-
inf-clojure included non-portable Clojure code, and it automatically enables an eldoc feature which triggers the non-portable code in a Clojurescript REPL.
https://github.com/clojure-emacs/inf-cloj…
-
Instead of aliasing / + - * to the equivalent decimal functions can they instead be functions that operate in the same manner as clojure?
I wrote this after looking at clojure.core:
(defn +
(…
-
Found this via a [clojure.spec bug](https://clojure.atlassian.net/browse/CLJ-1941):
**Cause:** Malli replaces var values with instrumented functions that will not work with primitive function inter…
-
The most powerful build script is of course the clojure script, but for beginning users or non-developers (or those that don't want to learn Clojure) we will provide the possibility to use yaml as a b…
-
Somehow, running AOT compiled project through ProGuard breaks any predicate schemas.
```
Caused by: clojure.lang.ExceptionInfo: :malli.core/invalid-schema {:schema #object[clojure.core$boolean_QMA…
-
I had code looking like this. Even though `key` is clojure core function it did not give error when checking arguments colliding with clojure.core functions.
I don't know if it's missing because it d…
-
## Repro
1. Create a namespace (`ns1`) with a function.
2. From another namespace (`ns2`), invoke `(probe.core/probe-ns! 'ns1)`
Expected: All functions should be wrapped
Actual: Null pointer exceptio…
-
**Is your feature request related to a problem? Please describe.**
`function-a` takes the same arguments as `function-b`. In fact, `function-a` calls `function-b`. Sometimes they also share docs. E…
-
If lispy-mode is enabled in a Clojure 1.9.0 project (Cider/Leiningen), Company completion doesn’t work in the source coder buffer as well as in the REPL. The following error is shown:
```
Company: b…
-
Coming from Clojure, which has clojuredocs.org, I'm interested in a space for user-provided usage examples of the functions of the standard library. Is that kind of feature appropriate for ocamlverse?…