Bozhidar Batsov

Results 1752 comments of Bozhidar Batsov

We don't use anything else just because I didn't want to bother to learn shadow's API and Tomas (the author of Shadow) was kind enough to offer this basic compatibility....

See https://github.com/thheller/shadow-cljs/issues/62 and https://github.com/thheller/shadow-cljs/issues/561 Those are most useful discussions related to the nREPL support in shadow I could find now.

I think it's never a good idea leave warnings around, as those tend to scare the users. You can prefix unused variables with `_` and this will suppress the warnings...

Thanks for looking into this! > Emacs caches the received result and keeps it in memory all the time which makes Emacs GC last a few seconds. Most Emacs operations...

> Droping :arglists and :doc from the relevant meta helps on the Emacs side a little (less objects for the GC to track), but the slow processing time on the...

Probably you've seen this already, but all the relevant usage of the metadata is here https://github.com/clojure-emacs/cider/blob/0c99b0718e1825d020115e0da736ddbcecabb910/cider-mode.el#L757 If we just return the type of the vars instead in the response things...

That might be a good idea. I see it was added a long time ago to address fairly trivial things https://github.com/clojure-emacs/cider-nrepl/commit/8e79ee69b7246fc124dfb012c88ad859146bde71 ``` Abbreviate printing of AFunction and MultiFn objects Instead...

For extra context - this legacy namespace predates the improvements made to nREPL's printing a few years ago, so it seems like an obsolete hack. I have to admit I...

Can you elaborate on what's the issue here? Isn't CIDER using the same default as Clojure?