[ClojureScript] load-file weirdness with CLJS quick start 0.0-3165

2015-03-31 Thread Colin Fleming
Hi all, I updated the links in the quick start to point to the 0.0-3165 cljs.jar, since it contains the fix for CLJS-1156 http://dev.clojure.org/jira/browse/CLJS-1156. But there's still some weirdness there with load-file that I don't understand. A transcript is below. If I load-file the

Re: [ClojureScript] load-file weirdness with CLJS quick start 0.0-3165

2015-03-31 Thread David Nolen
On Tue, Mar 31, 2015 at 3:26 AM, Colin Fleming colin.mailingl...@gmail.com wrote: ~/d/cljs cat node_repl.clj (require 'cljs.repl) (require 'cljs.closure) (require 'cljs.repl.node) (cljs.closure/build src {:main 'hello-world.core :output-to out/main.js :verbose true})

Re: [ClojureScript] load-file weirdness with CLJS quick start 0.0-3165

2015-03-31 Thread David Nolen
I just cut a 0.0-3169 pre-release addressing the load-file issue. Feedback welcome. David On Tue, Mar 31, 2015 at 7:22 AM, David Nolen dnolen.li...@gmail.com wrote: On Tue, Mar 31, 2015 at 3:26 AM, Colin Fleming colin.mailingl...@gmail.com wrote: ~/d/cljs cat node_repl.clj (require