cider

genmeblog 2025-04-28T14:41:46.331679Z

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

genmeblog 2025-04-28T14:41:56.331649Z

genmeblog 2025-04-28T14:47:30.234439Z

cc @bozhidar

bozhidar 2025-04-28T14:51:49.686769Z

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

genmeblog 2025-04-28T14:52:16.191269Z

thanks!

oyakushev 2025-04-28T15:16:53.936469Z

I'm fine, I'm fine, just had a minor scuffle with Make.

oyakushev 2025-04-28T15:17:24.366149Z

The artifact is properly published now, thank you for such an early report!

👍 1
1
genmeblog 2025-04-28T15:20:28.146469Z

Lovely. Thanks for the quick action!

1
Derek 2025-04-28T16:52:48.000809Z

One other issue -- in 0.55.5, the cider/nrepl/version.edn file is not quoted and fails with a NumberFormatException

Derek 2025-04-28T16:53:29.443809Z

$ 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

Derek 2025-04-28T16:54:01.596299Z

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

oyakushev 2025-04-28T16:54:31.177889Z

Thanks, I see it now. Too many "small inconsequential" changes at once:)

🙂 1
oyakushev 2025-04-28T17:10:05.695449Z

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
oyakushev 2025-04-28T17:10:55.051319Z

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