-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
New mode - persist resolved dependencies #103
Comments
The new mode should hash resolved dependency trees. My first idea was to hash the output of |
Lockfiles have various formats. In https://github.com/bswck/lockfiles-overview, I'll try to summarize differences between lockfiles produced by top tools and try to find their "GCD" to describe a minimal hashable dependency tree. As of now, I'm thinking that packages with versions and hashes should do the thing. |
Other things to consider - I'm not sure how lockfiles work with local disk or URL resources. I've been impressed with what |
Don't let this be a hard blocker. If there's an elegant solution using just |
As described in #85.
The text was updated successfully, but these errors were encountered: