-
## Description
Cursive appears to have an issue with correctly compiling ahead-of-time settings
when unquoting the expression. This results in an inconsistency between Cursive
and `lein uberjar`…
-
as the title states.
it seems to me that this happens since the `inf-clojure-program` variable used for this mode
is obsolete in `inf-clojure`.
I managed to fix this by changing the `define-de…
-
ran 'search' and pressed enter (no arguments to search command). Crashed.
I know, 'user error' but was unexpected.
`search
Exception in thread "main" Syntax error compiling at (/tmp/form-init1…
-
Do feel free to shoot this down if this is not an issue with dirac, rather some of the other dependencies, a combination, or a too complex setup to dig into 😄
In an attempt to see how good of a cl…
-
When I start a REPL in `--live-safe-mode` I'm put into the clojure.core namespace with none of the clojure.repl goodies loaded. This happens on all my Clojure projects. Is this happening for others?
…
-
⚠️ Imported from legacy repository. This issue is a duplicate of https://github.com/Clojure-Intro-Course/babel-legacy/issues/134.
There are tests that fail because of imprecise 'let' spec:
```
fa…
-
From the [slack channel](https://clojurians.slack.com/archives/C07NJRDQWDS/p1731559284085679):
> The Los Angeles meetup did a walkthrough of LazyTest tonight -- all very interesting stuff -- and th…
-
So in my project, I tried to import the following:
```
(require '[clojure.data.json :as json])
```
Tried this on my terminal and it works, but in SublimeREPL it does not.
```
user=> (load-string "(…
-
Windows 8, SublimeText 2 and 3, installed via package control. I start up a REPL, enter a simple statement like (+ 1 2), and press enter. The cursor advances a line, but there is no other response fro…
-
Repro:
```
$ cat deps.edn
{:aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "0.0-389"}
lambdaisland/kaocha-cljs {:mvn/version "0.0-16"}}}}}
$ cat…