Bozhidar Batsov
Bozhidar Batsov
The problem is that there is a Lein plugin as well https://github.com/clojure-emacs/sayid/blob/master/src/sayid/plugin.clj That's one of the messed up things about the deps injection right now - how to avoid duplicating...
The implementation in `clj-refactor` seems wrong to me, as it relies on what's the preferred build tool, instead of the actual build tool being used at jack-in time. I still...
For a short-term fix - here probably the dep needs to be added to both lists, instead of only to one. Kind of ugly, but it won't break anything IMO.
> It seems to me it is doing a lot and I am quite wondering why. I did get the custom reporting piece so that we can stream back to...
@jeffvalk What I don't understand is just the use of the eval middleware to drive all of this. What was the problem with simply running the tests directly in the...
Oh, I totally forgot it was @Malabarba who did this. Well, at least it seems I guessed right. :-)
@PEZ I get this, but unfortunately everything that requires evaluation of ClojureScript code is a bit hard to do, as you have to actually pipe this code to the `eval`...
Yeah, that's true. But it's just an eval-based solution which we can immediately have in CIDER even without an extra package. I believe the real point of this ticket is...
Yeah, certainly. Ideally this should be done in a way that that doesn't make `cider-nrepl` depend directly on several libraries, though.
@Malabarba Any thoughts on this one?