Re: [ClojureScript] goog undefined error from clojurescript version 2197 and up

2014-07-21 Thread Gary Trakhman
Yes, but I was able to work around it by simply using closure/build, didn't need the repl as I initially thought. On Monday, July 21, 2014, David Nolen wrote: > Did you try with master? There was a ticket for this recently for a > nearly identical sounding issue. > > David > > On Sun, Jul 20, 20

Re: [ClojureScript] goog undefined error from clojurescript version 2197 and up

2014-07-21 Thread David Nolen
Did you try with master? There was a ticket for this recently for a nearly identical sounding issue. David On Sun, Jul 20, 2014 at 4:40 PM, Gary Trakhman wrote: > That seems to work, but I still need to know why it's failing in my tooling > project, which uses leiningen of course. > > Sounds lik

Re: [ClojureScript] goog undefined error from clojurescript version 2197 and up

2014-07-20 Thread Gary Trakhman
That seems to work, but I still need to know why it's failing in my tooling project, which uses leiningen of course. Sounds like leiningen + CLJS problems are an exercise left to the reader ;-). On Sun, Jul 20, 2014 at 4:30 PM, David Nolen wrote: > We don't use lein to test the REPL. Invoke wi

Re: [ClojureScript] goog undefined error from clojurescript version 2197 and up

2014-07-20 Thread David Nolen
We don't use lein to test the REPL. Invoke with bin/repljs. On Sunday, July 20, 2014, Gary Trakhman wrote: > I just tried running the rhino repl from the Clojurescript repo master, > and it does not work for me. > > gary@gary-dell:~/dev/personal/clojurescript$ lein repl > nREPL server started on

Re: [ClojureScript] goog undefined error from clojurescript version 2197 and up

2014-07-20 Thread Gary Trakhman
I just tried running the rhino repl from the Clojurescript repo master, and it does not work for me. gary@gary-dell:~/dev/personal/clojurescript$ lein repl nREPL server started on port 53401 on host 127.0.0.1 - nrepl://127.0.0.1:53401 REPL-y 0.3.1 Clojure 1.6.0 Docs: (doc function-name-here)

Re: [ClojureScript] goog undefined error from clojurescript version 2197 and up

2014-07-15 Thread Ivan L
Can you replicate it at all? I got the same behavior when I added the following to my project. 2197 exhibits the goog requirement, 2173 doesn't. I'm on oracle jdk 7. :injections [(require '[cljs.repl :as repl]) (require '[cljs.repl.rhino :as rhino])

Re: [ClojureScript] goog undefined error from clojurescript version 2197 and up

2014-07-15 Thread David Nolen
There's really not enough information here to determine where the issue lies. Running the Rhino REPL from the ClojureScript repo works fine. David On Tue, Jul 15, 2014 at 2:31 PM, Ivan L wrote: > Hey all, > > I create project from the latest mies template. Launch a cljsbuild rhino > repl and i

[ClojureScript] goog undefined error from clojurescript version 2197 and up

2014-07-15 Thread Ivan L
Hey all, I create project from the latest mies template. Launch a cljsbuild rhino repl and it fails with goog undefined. Changes between 2173 (last working version) and 2197: https://github.com/clojure/clojurescript/compare/r2173...r2197 Any thoughts? Is there a place to report this stuff too