vemv

Results 426 comments of vemv

I verified just now and checked that upgrading to `[org.apache.poi/poi "4.1.1"]` would not break the test suite. https://github.com/mjul/docjure/pull/86 was left open because it touches more aspects. I'd suggest creating that...

Probably I'd look into cider.nrepl.middleware.test + cider.nrepl.middleware.test-test directly For example this is the init state: https://github.com/clojure-emacs/cider-nrepl/blob/7dd4e1bd8199cf04900ceec187543dd620ccdbc5/src/cider/nrepl/middleware/test.clj#L45-L46 Hope it helps!

Me too :) will get back at it soon.

Right, retest does exactly the following: https://github.com/clojure-emacs/cider-nrepl/blob/a898e40b5dca44e34c0df80a8aeb48b05143f543/src/cider/nrepl/middleware/test.clj#L352-L368 The most relevant bit being `(test-nss ,,,`. Which contradicts https://docs.cider.mx/cider-nrepl/nrepl-api/ops.html#retest and indeed seems worth fixing.

@bbatsov: I'll create a PR for this one soon.

Thanks for the reply! I see :) Do you find it likely that this feature will make it reasonably soon?

👍 ! I might try things, but before I do, it's worth asking: when you see a `->` token, how do you know it corresponds to `clojure.core/->` and not something...

Hi again! I wonder if you could give a shot to this feature. Currently I'm unable to contribute to OSS due to IP concerns (I might get that fixed at...

Perhaps we can take the same exact approach as https://github.com/clojure-emacs/clj-refactor.el/blob/f368c56c83843396b160440f472a661a3b639862/clj-refactor.el#L4199-L4218, for homogeneity; that one implementation is known to work by now

Does the debugger work for you with a variety of other defns in other projects?