Bozhidar Batsov

Results 1751 comments of Bozhidar Batsov

@dgutov The sigle-match and the subdir faces are also affected. While the faces are non-essential, indeed, I think we should start by patching ido locally in ido-flx and when we're...

The problem is that the package depends on nrepl, but nrepl and cider cannot co-exist, since some functions and variables are present in both packages. I guess one workaround would...

@coventry The problem is that there are some functions with the same names (in cider they are in `nrepl-client.el`), but different code in the nrepl 0.2 package and the current...

@y-p As I said earlier - the `nrepl` dep needs to be dropped and replaced with a `cider` dep.

Why is this something that should be done on `cider-nrepl`'s side? I'm guessing it has to do more with what the clients are doing with the markdown they receive.

Well, it depends on whether this commands runs only loaded tests or not. I assume it relies on the ns-es being loaded and CIDER doesn't load anything automatically as this...

Probably. That's a general thing about REPL-based tooling, though - everything there operates only on loaded code. It's the same with CIDER's own test runner - it won't run anything...

Well, I guess the explanation should be more like "you need to have to some test namespaces loaded" for the runner to do something and you can suggest using the...

I've noticed a similar note in the README already - "Note that kaocha-runner does not evaluate your code in any way. You'll have to evaluate the code first, with a...

I'm all for a "merger" of the projects. I believe that packages like `seq` and `map` are definitely the way to go (nothing beats less 3rd party deps), plus they...