cider icon indicating copy to clipboard operation
cider copied to clipboard

The Clojure Interactive Development Environment that Rocks for Emacs

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

## Context I recently found out that some of our sesman-related tests are not realistic, because they are implemented with the following macro: ```lisp (defmacro with-repl-buffer (ses-name type symbol &rest...

Support for https://github.com/clojure-emacs/cider-nrepl/pull/772 A quick PR without the proper changelogs / updates to manual, etc. Changes untested after being rebased on master branch, but I've been dogfooding them on a...

Cider debugger's move here command doesn't work in cases like: ``` (foo 7) (defn bar [] (let [x 7 y 9] (-> x (+ 1) #break (doto println) (* 2)...

Although https://github.com/clojure-emacs/cider/pull/3440 improved cider-find-keyword, there's still a form of "false positives": ```clj (ns some-ns) ;; ::foo "::foo" _::foo ::foo ;;

**Is your feature request related to a problem? Please describe.** Some people are always frustrated that CIDER requires some additional setup (namely the need for `cider-nrepl`) and would prefer if...

enhancement

When running CIDER on multiple separate projects, buffers like `*cider-result*` and `*cider-error*` of one project behave as if they are in the directory of another project. This surprising behavior is...

An old nuisance in CIDER is that one has to be connected in order to have the up-to-date indentation values. This is justified, but it also makes quickly editing files...

For the `cider-connect*` family of functions, we offer some detected nrepl ports that may be running on the user machine, e.g.: ...those choices could include further context if it can...

The `nil`s here don't mean much and can easily be confusing: Perhaps rendering them as `,,,` would be clearer? ...I guess font-lock would do us a favor since `,` can...

**Is your feature request related to a problem? Please describe.** After a keyword is evaluated it will be included in autocomplete prompts. That feature is great. The annoying thing is...