I've just upgraded the cider package in emacs and cider-jack-in complains about missing version 0.55.5 of cider-nrepl on Clojars. Which is missing indeed. Instead, the newest version is 0.0.0
cc @bozhidar
Hmm, let me look into this. Perhaps something went wrong with our CI deployment job. //cc @alexyakushev
thanks!
I'm fine, I'm fine, just had a minor scuffle with Make.
The artifact is properly published now, thank you for such an early report!
Lovely. Thanks for the quick action!
One other issue -- in 0.55.5, the cider/nrepl/version.edn file is not quoted and fails with a NumberFormatException
$ jar xf ~/.m2/repository/cider/cider-nrepl/0.55.4/cider-nrepl-0.55.4.jar cider/nrepl/version.edn
~
$ cat cider/nrepl/version.edn
"0.55.4"%
~
$ jar xf ~/.m2/repository/cider/cider-nrepl/0.55.5/cider-nrepl-0.55.5.jar cider/nrepl/version.edn
~
$ cat cider/nrepl/version.edn
0.55.5error in process sentinel: Could not start nREPL server: Execution error (NumberFormatException) at cider.nrepl/eval2500$loading (nrepl.clj:1).
Invalid number: 0.55.5
Full report at:
/var/folders/l2/4c_1v4jj7kj9sfhwjmplz2s80000gn/T/clojure-10706039356362203454.edn
("exited abnormally with code 1")Thanks, I see it now. Too many "small inconsequential" changes at once:)
0.55.6 is pushed with this problem fixed. You can M-x customize-variable cider-injected-middleware-version to set it until the default is fixed in CIDER master (can be a few hours).
And thanks for the report! Surely the day I went lighter on double-checking was the day things turned wrong:)