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

Support for Dependency Ranges #9

Open
DavePearce opened this issue Aug 26, 2018 · 0 comments
Open

Support for Dependency Ranges #9

DavePearce opened this issue Aug 26, 2018 · 0 comments

Comments

@DavePearce
Copy link
Member

Currently, all dependencies must be given explicitly (e.g. std="0.2.5"). Should be able to give ranges (e.g. std="0.2.*"). This raises a number of issues though:

  • Resolution. Need to then figure out an algorithm for dependency resolution given a graph. Obvious approach is some kind of greedy approach.
  • Lock File. Need support for wy.lock file which is similar to cargo.lock. Specifically, identifies which concrete versions were actually used.

The rough idea would be that the package list is only updated when no lock file already exists.

@DavePearce DavePearce transferred this issue from another repository Jul 23, 2021
@DavePearce DavePearce transferred this issue from Whiley/WhileyCompiler Jan 10, 2022
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

No branches or pull requests

1 participant