You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a discussion with Florian who works on PinkGorilla etc who suggested that we might be able to use tools.deps.alpha and shed leinigen and that there are real benefits for doing that because tools.deps handles dependency conflicts in a much better way. Unlike leinigen, which pulls in the version of a dependency that is first referenced by some other dependency, tools.deps resolves common dependencies and takes the most recent. This can save end users a lot of time.
The text was updated successfully, but these errors were encountered:
I just refactored this project from leiningen to tools.deps.
https://github.com/clojure-quant/trateg/blob/master/demo/deps.edn
in trateg I do experiments with using local only projects. The link is a demo project that uses the library I am building.
But it consumes it directly without needing to publish on clojars.
Also the aot stuff in demo is separate from main library
We had a discussion with Florian who works on PinkGorilla etc who suggested that we might be able to use tools.deps.alpha and shed leinigen and that there are real benefits for doing that because tools.deps handles dependency conflicts in a much better way. Unlike leinigen, which pulls in the version of a dependency that is first referenced by some other dependency, tools.deps resolves common dependencies and takes the most recent. This can save end users a lot of time.
The text was updated successfully, but these errors were encountered: