cider 2025-04-28

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

Hmm, let me look into this. Perhaps something went wrong with our CI deployment job. //cc @alexyakushev

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!

👍 1
1

Lovely. Thanks for the quick action!

1

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.5

error 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:)

🙂 1

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).

👍 1

And thanks for the report! Surely the day I went lighter on double-checking was the day things turned wrong:)