-
Notifications
You must be signed in to change notification settings - Fork 132
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
spago update
command should work with solver-packages too
#1001
Comments
Pivoting this issue to solver-projects only, since the package sets side is done |
spago update
commandspago update
command should work with solver-packages too
I think the solver will try to pick latest dependencies first, so it might be good enough to:
I think this is blocked by |
label size:medium seems more applicable to me. Or perhaps somebody can provide some pointers to this issue? |
What I really mean with the A few pointers for this:
|
I don't understand the "union" step. Wouldn't it negate all the work the solver has done? Like, if I add extra versions to the range, they might not be compatible with other packages, no? Or did you mean "intersect" instead of "union"? |
@fsoikin what I meant above is that we should not inadvertently introduce a breaking change in version ranges - e.g. if your project So I mentioned unioning the ranges because then we'd get a range
|
When the project build happens with the solver (rather than package sets), we should:
The text was updated successfully, but these errors were encountered: