Bozhidar Batsov
Bozhidar Batsov
> I'm not exactly sure how to add test, any help is appreciated. Tests are not mandatory, but if you want to add some you'll need to basically create a...
Let me know when you feel this is ready for another review.
That's intentional. It's a separate package, so it should have a different version number.
I don't think so, as MELPA uses the newest tag as the version instead of the version metadata. Probably the only solution would be to move `clojure-mode-extra-font-locking` to a separate...
@jackrusher For CIDER's eval commands? I don't recall if we ever had font-locking there.
Digging in the history of CIDER I see this was the case about 10 years ago, but I'm not sure when and why we changed this. Definitely not related to...
@jackrusher After digging a bit more - seems that's a recent regression caused by https://github.com/clojure-emacs/cider/pull/3661
And it's now fixed in https://github.com/clojure-emacs/cider/pull/3743 Turned out to be a trivial issue of using the wrong local variable.
> is cider-nrepl "abusing" the protocol in a hacky way? Perhaps. I had added the special handling of `out` messages in CIDER very long ago - before `out-subscribe` existed and...
> Native agent is not a cross-platform thing. So far, I've built and put two compiled libs into this PR – MacOS universal binary and Linux aarch64. To call this...