@quentin.leguennec1 has joined the channel
Hello, after upgrading to lein 2.9.7, I can't compile my project anymore because of this error:
[nREPL] Starting server via /usr/bin/lein update-in :dependencies conj \[nrepl/nrepl\ \"0.9.0-beta3\"\] -- update-in :plugins conj \[refactor-nrepl/refactor-nrepl\ \"3.0.0-alpha13\"\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.27.2\"\] -- repl :headless :host localhost
error in process sentinel: nrepl-server-sentinel: Could not start nREPL server: Pathological dependency tree detected; consider disabling pedantic.
Pathological dependency tree detected; consider disabling pedantic.
I wonder what it exactly means.Hi there, I am reviving a lein project and wanted to use a versioning scheme counts the commits, similar to what ClojureScript does (`1.10.439, 1.10.879`, etc)
Is there a plugin that does that automagically?
EDIT: nm, misread
I found this in my googling https://github.com/arrdem/lein-git-version
tools.build has a function for this, not really much to it https://github.com/clojure/tools.build/blob/master/src/main/clojure/clojure/tools/build/api.clj#L205-L222
it's just basically git rev-list HEAD --count
nice! and yes we time we'll move to tools.build
and also thanks for the snipped, did not know it was that easy 😄
I already tried two projects and I think I am about to move to deps.edn right away - both of them were failing to build an uberjar