cursive icon indicating copy to clipboard operation
cursive copied to clipboard

Cursive: The IDE for beautiful Clojure code

Results 298 cursive issues
Sort by recently updated
recently updated
newest added

I recently upgraded to `1.13.4-eap7` to make use of changes to test diff-ing. With the switch to inline diffs (rather than opening a new editor tab for the diff in`1.13.3-2024.1`),...

- Some test failure details are not surfaced by Cursive (missing gutter icons / hover-for-diff functionality), preventing me from understanding what failed and how - Issue seems related to a...

Hi, I've leiningen multi module project which uses [lein-modules](https://github.com/jcrossley3/lein-modules) plugin. A sample project is [here](https://github.com/rajcspsg/lein-multi-module-app). After I import this project, the code for standard library is showing error and test...

Loading the namespaces works but there is no edit window in the REPL pane. There is this error in the ide logs: ``` java.lang.Throwable: Process creation: at com.intellij.execution.process.BaseOSProcessHandler.(BaseOSProcessHandler.java:32) at com.intellij.execution.process.OSProcessHandler.(OSProcessHandler.java:46)...

Reported in Slack by @simongray here: https://clojurians.slack.com/archives/C0744GXCJ/p1727946413145859 > I’m trying out Datalevin. Unfortunately, Cursive won’t let me view the exception I’m getting. Cursive seems to crawl the exception before outputting...

bug

After a recent upgrade of Cursive (version `1.13.5` and later), we encountered an issue where tests start to fail with the following error: ``` Error: java. lang. IllegalArgumentException: No such...

bug

Directories like `.shadow-cljs` and `.clj-kondo/.cache` should be marked as excluded by default If someone is actively work on shadow or kondo internals, they may be able to remove these directories...

Slack thread with @p-himik is here: https://clojurians.slack.com/archives/C0744GXCJ/p1728382971192059 It's unclear what the culprit is here, these work fine on the command line with both deps.clj and Clojure CLI. Repro case is:...

bug

**Problem** It seems to me that the input bar has somehow disappeared (2024.1.4, 1.14.0-eap1-2024.1). I've been looking around the setting, but I couldn't find anything. What might be going wrong?...

Any failing `clojure.test/is` assertions where non-string objects are passed in the second argument will cause the test run to fall over with a `ClassCastException` (it appears to retry several times)....