cider

Charles Comstock 2025-07-05T19:16:57.951039Z

Does anyone have cider working with ClojureScript 1.12.42? I have working projects that work fine with 1.11.132, but on upgrade to the latest release I get an error during connection about "No namespace: cider.piggieback found" from "nrepl.cmdline/require-and-resolve" I can see that the dependency is being injected when the server starts, but it's not finding it when it's actually running. Anyone else encounter this? Happy to submit a full bug report, but wanted to poll to see if anyone else had encountered.

Ed 2025-07-05T23:03:24.349849Z

I think I remember seeing that. It magically disappeared for me. I think that it was to do with cached compiled artifacts or something... But I didn't bother working out what the actual cause was.

Charles Comstock 2025-07-05T23:25:52.330139Z

Hmm, I tried removing .cpcache and .m2 to recreate from scratch, but that didn't seem to improve anything, same error.

Charles Comstock 2025-07-05T23:35:49.815559Z

Oh, hmm looks like it might have been that my system java was openjdk 1.17 and not 1.21

👍 1