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

As part of #3037 I'm trying to get a better sense of how classloaders are used across nREPL, Orchard, `clojure.main`, and elsewhere. I've been doing some [deep diving](https://lambdaisland.com/blog/2021-08-25-classpath-is-a-lie) into this...

high priority

## Expected behavior Succesfully jump to java source files ## Actual behavior No symbol found ## Steps to reproduce the problem M-. on a given java symbol like (.toUpperClass) ##...

bug
help wanted
high priority

This issue reports a problem [which was discussed](https://clojurians.slack.com/archives/C0617A8PQ/p1601449358069800) in the clojurians forum. I often get the following confusing message when debugging clojure macros in cider. ![screenshot_2020-09-29_at_15 45 55](https://user-images.githubusercontent.com/6414129/94781158-bf6f8a00-03c9-11eb-96e5-0f0273935ba5.png) The basic...

bug
good first issue

## Expected behavior If the cider-repl-history file is invalid, CIDER should still work. If CIDER could clean up invalid parts automatically, I would prefer that, but if that's impossible (or...

bug
good first issue

following the recent changes, update the docs so its clear what cider-jack-in is hoping to accomplish and how the user can customize this.

documentation

Not urgent, but I thought I would report what I see :smile: ## Expected behavior Not to have warning ## Actual behavior It shows up some warning during (async) compilation...

good first issue
clojure-mode

Hi Bozhidar! Cider adds a custom cider completion style to the `completion-styles-alist`. However the entry that is being added does not follow the required specification of completion-styles. This issue has...

enhancement
good first issue
high priority

Presently, this can only be called from the `test` NS. It would be nice if you could call `cider-test-run-test` from the `src` NS, instead of having to run the whole...

enhancement
good first issue

```emacs-lisp cider-clojure-cli-parameters . "-A:toolbox:koacha:kibit:user -M -m nrepl.cmdline --bind 0.0.0.0 --port 5309 --middleware '%s'" ``` handle the bind and port type arguments for cli jack in.

enhancement

When the user hovers the mouse pointer over a symbol, we could show info such as 1. relevant metadata, 2. Is it a local, a Var from this namespace, or...

feature request
help wanted
good first issue