-
Since https://github.com/taylorwood/clj.native-image/commit/b3823a48be75122b9671c86ce5353a85589ef15f I'm getting errors like:
```
Error: Unsupported features in 12 methods
Detailed message:
Erro…
-
I can't seem to bring the code size down with a barely empty project through dead-code elimination alone, even when following the installation instructions to the letter.
The template used was [rea…
-
When using `core.matrix`, it would be nice if we could solve linear systems and least-squares problems with multiple right hand sides. It currently does not seem to work, as demonstrated by my experim…
-
Hello @CGA1123 Christian,
Thank you very much for the project! It's really useful action!
I have the following issue:
My "project.clj" has a function inside which causes the failure. Here are …
-
Some preliminary ideas:
1. Syntax highlighting - this might just work "out of the box" with conventional Clojure syntax highlighters, or may require extending one
2. Pretty-printing - inserting li…
-
Currently `evalOnSave` uses nrepl `load-file` to evaluate a single file to the repl. This works in many cases, but there are some issues with this:
- Some changes require multiple namespaces to be …
-
Starting from version 0.41 we've switched from lein to tools.deps #16749 but some documents haven't been updated the instruction to start repl development.
Need to update documents:
- Wiki
- Deve…
-
Clojure files are compiled in the order returned from `File.listFiles`.
This may not match the dependency order, resulting in:
`java.io.FileNotFoundException: Could not locate test/file1__init.class…
-
To reproduce:
1. create a new leiningen plugin project
2. add `[lein-cloverage "1.1.2"]` as a plugin
3. `lein cloverage` to see the null pointer exception
4. revert to `[lein-cloverage "1.1.1"]`
…
-
Running a test on posgres 9.3.5 using:
``` clojure
:dependencies [[org.clojure/clojure "1.6.0"]
[postgresql "9.3-1102.jdbc41"]
[lobos "1.0.0-beta3"]
…