deps can't produce stable builds as it insists dependencies are not ordered.
Yet on the classpath they are.
That order shouldn't matter, but it very well does.
lein AFAIK produces the same classpath every time.
deps: Maybe put the paths first and then let's gamble what a seq on a map produces...
Comments
deps is extremely simple, which means very little time spent debugging, and it never breaks
I have never stressed over or debugged Leiningen in my 6 years of Clojure experience.
Not sure what you're on about.
deps can't produce stable builds as it insists dependencies are not ordered. Yet on the classpath they are. That order shouldn't matter, but it very well does.
lein AFAIK produces the same classpath every time.
deps: Maybe put the paths first and then let's gamble what a seq on a map produces...
That appears to have been true for only about a month: https://groups.google.com/g/clojure/c/WI3ddZRK4Bg/m/RtJVt3IZ...
https://github.com/clojure/tools.deps.alpha/commit/c22ad46c6...
thanks, didn’t know that, will definitely be annoyed when i hit that someday