Alan Thompson
Alan Thompson
Hi - Fix the problem running on Java 14. Not sure how to recover the original spacing. The only change is adding 2 lines: ```` 1.8 1.8 ````
Works with Java 8. Can this be upgraded? ````shell ~/expr/demo/clojure-from-java > ~/expr/demo/clojure-from-java > java14 openjdk version "14.0.1" 2020-04-14 OpenJDK Runtime Environment (build 14.0.1+14) OpenJDK 64-Bit Server VM (build 14.0.1+14, mixed...
Hi - We need a way to automatically call `instrument` after a function is defined. It is too error-prone to ask the user to include `(st/instrument)` at the bottom of...
Hi - Just started using Instaparse and I am loving it. Looking at ``` :auto-whitespace :standard ``` and friends, it seems that this would be a core part of nearly...
Added a link to a demo project with complete examples of `project.clj` and `profiles.clj`, if you think that is useful.
I have a directory structure like: ```bash src/cljc/ src/cljs/ test/cljc/ test/cljs/ ``` At present, the `test/cljc` dir is empty, which causes figwheel to crash if included in the `:watch-dirs` list....
Detailed description & discussion here: https://groups.google.com/forum/#!topic/clojure/WI3ddZRK4Bg I'm not sure of the best way to handle this problem.
It looks like `:target-dir` is an obselete reference. Also, this makes the role of :output-dir and :output-file unclear. Could this be updated?
Project uses the Tupelo library which has a namespace `tupelo.char`. This generates a CLJS compile warning: `[Figwheel:WARNING] Compile Warning: Namespace tupelo.char contains a reserved JavaScript keyword, the corresponding Google Closure...
Hi - I got the unit tests to run with phantom & java 8, but had 11 test failures. Am I missing something? Alan ------------------------------------------------- ``` ~/gh/reagent-forms > lein clean;...