cider icon indicating copy to clipboard operation
cider copied to clipboard

The Clojure Interactive Development Environment that Rocks for Emacs

Results 211 cider issues
Sort by recently updated
recently updated
newest added

On https://cider.readthedocs.io/en/latest/indent_spec/, I couldn't see the indent specs that were used in the Special Arguments and Internal indentation sections. Would it be possible to add them, so people can see...

documentation
good first issue

When I'm working with `cider-test` and a test throws a `ex-info` with a large data structure (i.e. working with prismatic.schema), it's always printed in a single line (regardless if I...

enhancement
good first issue

After launching a CLJS REPL, auto-completion works well. But, after moving to a new namespace with such a command as (ns something.core), auto-completion breaks for many namespaces.

bug
ClojureScript

Not sure whether to call this a bug report or an improvement. Personally I find it annoying that when I'm done debugging something the point stays in the source file...

enhancement
debugger
good first issue

That's a relatively small bug, but it's also kind of annoying that the special font-locking never goes away from functions that were already evaluated in the REPL. ## Expected behavior...

bug
good first issue

## Expected behavior This code adds breakpoints wherever possible: ```clojure (defn repro [x] #dbg [x]) ``` ## Actual behavior When evaling above fn in a way that triggers the debugger...

bug
debugger

When running tests via clojure-test-mode it was nice that you got instant feedback while running tests. A failing test at the beginning of a test run could already be taken...

enhancement
help wanted
high priority

## Request When I use `cider-connect-cljs` to connect to a `shadow-cljs` nREPL server, I always need to manually select the `server`, the `port` and the `build`, which for a project...

good first issue

One big pain when working with nREPL today is that in Emacs a `nil` and an empty list are the same thing. This means that nils and empty lists get...

enhancement
help wanted
nREPL
high priority

## Expected behavior I expect, especially when writing macros that return an anonymous function with destructuring (example (defmacro bla `(fn [& env#] ...))) that I should be able to set...

bug
good first issue