Replies: 1 comment 2 replies
-
|
I'm not sure how Python handles this, but how does it work with a lockfile? If a transitive dependency uses a different version of a package, how do we make sure the behavior stays the same? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How should we deal with a dependency tree that has 2 versions of the same dependency? Ideally we could have both dependencies in the tree (Rust's Cargo does that), but I don't think it would be possible with Scryer's module system, so we probably should go with just having 1 version of each package in the resolved tree (kinda like Python).
Does anyone have any ideas about this?
Beta Was this translation helpful? Give feedback.
All reactions