[ClojureScript] Re: ANN: ClojureScript 1.9.854

2017-07-31 Thread marcs . pompili
Great release, nice to see npm support more stable now, just started testing, seems fine for now. Il giorno venerdì 28 luglio 2017 23:54:42 UTC+2, David Nolen ha scritto: > > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code:

[ClojureScript] Re: ANN: ClojureScript 1.9.854

2017-07-30 Thread David Nolen
The ability to consume node_modules is just an additional feature - it makes no existing features obsolete. David On Sun, Jul 30, 2017 at 3:42 PM, Daniel wrote: > For someone who is new to clojurescript and pretty confused by > clojurescript dependency management in

[ClojureScript] Re: ANN: ClojureScript 1.9.854

2017-07-30 Thread Leon Grapenthin
Yes, it does make CLJSJS obsolete and the new method is to include Node modules from NPM. CLJSJS was never the one true way, especially for production. It lacked deduplication of transitive dependencies that were not packed per CLJSJS and of course support for dependencies that where are not

Re: [ClojureScript] Re: ANN: ClojureScript 1.9.854

2017-07-30 Thread David Nolen
No idea, make something minimal without any tooling besides ClojureScript and report the issue in JIRA. Thanks, David On Sun, Jul 30, 2017 at 2:47 PM, Leon Grapenthin wrote: > Amazing release, trying it out right now. > > Just wanted to see if including this works:

[ClojureScript] Re: ANN: ClojureScript 1.9.854

2017-07-30 Thread Leon Grapenthin
Amazing release, trying it out right now. Just wanted to see if including this works: https://github.com/coopermaruyama/react-web3 I try to :require it via [react-web3 :as w3] Unfortunately this gives me a not-found error. Also I noticed that CLJS indeed downloaded react-web3 to

[ClojureScript] Re: ANN: ClojureScript 1.9.854

2017-07-28 Thread Rangel Spasov
Works for me on iOS JavaScriptCore  (RN 0.45). Thanks David and all ClojureScript contributors! Rangel P.S. The only issue with a library that I saw was with https://github.com/tailrecursion/cljs-priority-map/blob/master/src/cljs/tailrecursion/priority_map.cljs#L4 *Invalid :refer, var