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

This PR introduces a variable `cider-clojure-cli-global-aliases` Discussed here: https://clojurians.slack.com/archives/C0617A8PQ/p1708857780583699 It allows a user to have a "global" system wide set of aliases, which get added by cider to each repl...

## Expected behavior I expect that running `cider-inspect` on the symbol [KafkaConsumer](https://github.com/drewverlee/example-failing-cider-enrich-classpath/blob/6b71bfdd5ac559dc2be04e6ef084630ee1a086fb/src/core.clj#L5) will display the JavaDocs at the bottom of the cider-inspect buffer. ## Actual behavior It doesn't, instead the...

The port inference we do based in `lsof` should exclude the YourKit port, which isn't something we can cider-connect to.

I encountered this one today: ``` 2024-01-23 19:30:31.000 [qtp1494871543-1108] ERROR foo.bar.baz - ERROR: operator does not exist: uuid = character varying Hint: No operator matches the given name and argument...

## Expected behavior Loading CIDER should work without warnings. ## Actual behavior Since upgrading from Emacs 28 to 29, I get a lot of compilation warnings when loading CIDER. They...

bug
stale

Recently, since I'm working with a big clj project, I periodically use `cider-eval-all-files`, and it works fine. The only problem is that I always underestimate the time it takes to...

`cider-inspector-inspect-last-exception` is meant to inspect the exception of the current stacktrace, as stored in `*e`. However `*e` can sometimes store a different exception. I experienced it the other day for...

I'm trying to keep Cider REPL process alive while switching from a project to a library it uses to make some changes there, but face some problems running library file's...

**Replace this placeholder text with a summary of the changes in your PR. The more detailed you are, the better.** ----------------- Before submitting the PR make sure the following things...

## Expected behavior cider-jack-in works in projects with private git repos ## Actual behavior I'm getting some text in the nrepl-server buffer that asks for my passphrase but there's no...