[ClojureScript] JavaScript Modules walkthrough fails at the first :reload step

2017-04-21 Thread Matthew Bishop
I'm walking through this page https://clojurescript.org/guides/javascript-modules and on the part where you reload the namespace from JS I get this: cljs.user=> (require '[js.hello :as hello] :reload) TypeError: Identifier 'sayHello$$module$src$js$hello' has already been declared at

[ClojureScript] Re: React Fiber, Relay Modern and Clojurescript

2017-04-21 Thread Dom Kiva-Meyer
On Friday, April 21, 2017 at 9:56:36 AM UTC-4, g vim wrote: > With Facebook is about to launch React Fiber and Relay Modern is > Clojurescript development likely to target them and, if so, what are the > implications for Om Next given that the new React/Relay is based on GraphQL? > > gvim

[ClojureScript] [ANN] Clojure infrastructure SSL

2017-04-21 Thread Alex Miller
The following bits of Clojure infrastructure are now https-only and redirect all traffic from http to https: https://build.clojure.org - Jenkins https://dev.clojure.org/jira - JIRA https://dev.clojure.org - Confluence Let me know if you see anything amiss. Alex -- Note that posts from new

[ClojureScript] Error with :npm-deps compiler option on windows

2017-04-21 Thread marcs . pompili
I'm trying to use the new feature for using node packages on cljs on Windows 10. I'm doing a test using the mies template and cljs version 1.9.521 my project.clj file (using cljs source from master): ```clojure (defproject npmtest "0.1.0-SNAPSHOT" :description "FIXME: write this!" :url

[ClojureScript] React Fiber, Relay Modern and Clojurescript

2017-04-21 Thread gvim
With Facebook is about to launch React Fiber and Relay Modern is Clojurescript development likely to target them and, if so, what are the implications for Om Next given that the new React/Relay is based on GraphQL? gvim -- Note that posts from new members are moderated - please be patient