[ClojureScript] [ANN] konserve 0.3.0

2015-11-16 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am happy to announce the release of version 0.3.0 of konserve, a clojuresque durable key-value/document store protocol with core.async. Most importantly serialization protocols are now factored as a protocol with implementations for

Re: [ClojureScript] Re: ANN: ClojureScript 1.7.170, Enhanced Build Pipeline

2015-11-16 Thread Francis Avila
FYI since this was written lein-figwheel 0.5.0 (not snapshot) was released which fixes this dependency problem, so specifying cljs manually in :plugins is no longer necessary. I imagine the figwheel snapshot was somehow either running the compiler in the wrong environment (i.e. the leinigen

Re: [ClojureScript] Re: ANN: ClojureScript 1.7.170, Enhanced Build Pipeline

2015-11-16 Thread Daniel Compton
Can someone explain why it's necessary to manually add a dependency on clojurescript in the :plugins vector? :plugins [[lein-figwheel "0.5.0-SNAPSHOT"] [org.clojure/clojurescript "1.7.170"]] ;; Overrides broken lein-figwheel dependency. Shouldn't the version of ClojureScript specified