-
Notifications
You must be signed in to change notification settings - Fork 841
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
Filter out incompatible package versions from the global DB and specify exact dependencies to configure #127
Comments
This should dovetail with #124 nicely. We'll need to check the dependencies of all packages in the global database and, if any of them are not our selected versions, consider that package not installed. |
So specify every package with |
So in
Then in
With this in place, #124 will be solved automatically. |
@snoyberg Are we good with this one? |
See: #120 (comment)
The basic idea is that his global database has
text-1.2.0.4
, and some other things in the global database built against that, while his snapshot database hastext-1.2.1.1
.The text was updated successfully, but these errors were encountered: