Martin Klepsch
Martin Klepsch
After a coding spree I often realize that I'd like to rearrange some of my code. For instance I defined a utility function and would now like to also move...
Currently most of the examples in the README expect something after the `/`. Given that matching the "empty path" is a very common scenario users will want to accomplish it...
Some packages already provide global exports (e.g. React) in the case of React the global exports namespace is just `react`. I was wondering if there should be any additional namespacing,...
All of these packages should go through some basic testing before being published. I started a very simple approach in the [testbed](https://github.com/cljsjs/testbed) project but as @Deraen noted this is probably...
The `boot.jar` file that is used for bootstrapping the environment is currently downloaded from Github and specifying a proxy for that operation is non-obvious. A solution pointed out by @micha...
Providing the checkouts option on the command line currently throws an exception: ``` boot --dependencies clojure.java-time:0.3.0 --checkouts clojure.java-time:0.3.0 repl ``` ``` java.lang.NullPointerException at boot.main$dep_ns_decls.invoke(main.clj:52) at boot.main$export_task_namespaces$fn__1667.invoke(main.clj:65) at clojure.core$map$fn__4785.invoke(core.clj:2644) at clojure.lang.LazySeq.sval(LazySeq.java:40)...
``` Classpath conflict: org.clojure/clojure version 1.8.0 already loaded, NOT loading version 1.3.0 ``` If you specify a Clojure version in `boot.properties` and don't specify the same Clojure version in your...
Fix for #683. I added a test as well but `lein test` isn't working. Will need to look into that.
via https://github.com/boot-clj/boot-bin/pull/11, please direct all discussion there