|
|
|
|
|
by dbaupp
3702 days ago
|
|
By all reports ("cabal hell"), Cabal is unpredictable, and Go's dependency management problems prompted countless external tools until the recent vendoring work: with the default `go get`, there is no guarantee that a build will be the same from day to day, as the best one can do is point at a given branch of a repository (a moving target), not tags or commits. (I have no idea on CL's dependency management situation, maybe it is even better than Rust's, in which case it would be amazing.) |
|
"there is no guarantee that a build will be the same from day to day" is simply not true.