Login
From:
Havoc's Blog
(Uncensored)
subscribe
Dear package managers: dependency resolution results should be in version control : Havoc's Blog
https://blog.ometer.com/2017/01/10/dear-package-managers-dependency-resolution-results-should-be-in-version-control/
links
backlinks
Roast topics
Find topics
Find it!
If your build depends on a non-exact dependency version (like “somelibrary >= 3.1”), and the exact version gets recomputed every time you run the build, your project is broken. You c…