cider-nrepl icon indicating copy to clipboard operation
cider-nrepl copied to clipboard

A collection of nREPL middleware to enhance Clojure editors with common functionality like definition lookup, code completion, etc.

Results 39 cider-nrepl issues
Sort by recently updated
recently updated
newest added

## Brief I have the impression that test runners are expected to bind `clojure.test/*report-counters*` during test execution. It looks like it should be initialized to `clojure.test/*initial-report-counters*`. `cider.nrepl.middleware.test` doesn't appear to...

enhancement
good first issue

## Expected behavior CIDER starts up as fast as possible, particularly in face of large projects/classpaths. ## Actual behavior Some computations are performed at compile time: * https://github.com/clojure-emacs/cider-nrepl/blob/6d3934eb665574af891e81ef5c11cf9c2b4e1d65/src/cider/nrepl/middleware/stacktrace.clj#L125 * https://github.com/clojure-emacs/cider-nrepl/blob/6d3934eb665574af891e81ef5c11cf9c2b4e1d65/src/cider/nrepl/middleware/track_state.clj#L152...

enhancement

Hey @bbatsov et al, hope you're all keeping well :) Let me know if more information would be helpful, think this is my first CIDER bug report :) Cheers, James...

bug
good first issue

Is there interest in making the lein plugin automatically add source jars to the classpath? One possibility is to add source coordinates to the `:dependencies`, but since most artifacts in...

enhancement

In Clojure 1.10 there's some extra info displayed in the stackframes. See this: ![image](https://user-images.githubusercontent.com/103882/57196005-2e407d80-6f61-11e9-925e-aa69c17b6d8d.png) The maps with the error info and the spec failure are basically white noise and should...

enhancement
good first issue

Once #435 is in, try ```clj #dbg (defn tt [a] (let [b (+ a 1)] #?(:clj (do (loop [b b] (if (pos? b) (recur (- b 1)) (println "clj")))) :cljs...

bug
debugger

Considering techniques to accomplish this. 1. Generate the factory-function name and grab meta off of its var.

enhancement

I'm developing a clojurescript application, so I'm using [DIRAC](https://github.com/binaryage/dirac) as a clojurescript REPL in the browser. Since cider adds the `cider.nrepl.middleware.track-state` middleware to NREPL, dirac receives its messages in clojurescript....

Now that we have spec-form in spec middleware with functionality to retrieve enhanced descriptions of spec, use that when collecting fns specs information since its our enhanced version of (s/form)...

enhancement
good first issue

The feature-request has been posted on "cider" https://github.com/clojure-emacs/cider/issues/1969 Creating an issue here to send a pull request and start a discussion about the solution.

enhancement
good first issue