CIDER 2.0 is working great for me except for one regression: cljr-slash (for auto importing a ns via its alias) is no longer doing anything. Neither the “/” keystroke or calling it directly works (I’m using cljr-refactor <tel:202607121423|20260712.1423>). Is there something obvious I can do, or should I file it as an issue?
I'll take a look there. I still have to finalize the next release there, but I needed to ship CIDER 2.0, before I could depend on it in clj-refactor.
I think I've found the problem and I'll have a fix for it out soon. (I assume you're not running the latest refactor-nrepl; I guess you'll tell me later if I got this one right)
Ah, my apologies I should have checked: was running refactor-nrepl 3.11.0, updating to 3.14.0 fixed it. I think I got complacent when I didn’t see any version warnings on connection, but that was sloppy testing! Sorry for the time waste.
No worries! I had accidentally broken the version check, but it's now working properly in the final 4.0 release. Thanks for flagging this!