Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions for DataStructures to ensure compat with SExpressions #57

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

THinnerichs
Copy link
Member

SExpressions, extensively used in HerbBenchmarks/SyGuS, has dependency DataStructures= "0.14,0.17" resolving to [0.14,0.19).
Changed the DataStructures compat in HerbGrammar to ^0.18, which passed all checks, but leads to this not being compatible anymore.

Copy link
Member

@ReubenJ ReubenJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still hesitant that we should lock in on a specific version of DataStructures just because SExpressions requires the older version—DataStructures==0.17 is almost 4 years old. I verified that all of SExpression's tests pass with DataStructures==0.18.17, so I might be in favor of forking it. Thoughts?

@ReubenJ
Copy link
Member

ReubenJ commented Feb 27, 2024

There's already an open PR (TotalVerb/SExpressions.jl#12). If that's merged quickly, then this can be ignored, otherwise we can just restrict the versions for now.

@THinnerichs THinnerichs merged commit c57f5e7 into master Feb 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants