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])
                                (defn rhino-repl []
                                  (repl/repl (rhino/repl-env)))]

----

nREPL server started on port 58593 on host 127.0.0.1 - nrepl://127.0.0.1:58593
REPL-y 0.3.1
Clojure 1.6.0
    Docs: (doc function-name-here)
          (find-doc "part-of-name-here")
  Source: (source function-name-here)
 Javadoc: (javadoc java-object-or-class-here)
    Exit: Control+D or (exit) or (quit)
 Results: Stored in vars *1, *2, *3, an exception in *e

user=> (rhino-repl)

EcmaError ReferenceError: "goog" is not defined. (bootjs#1)  
org.mozilla.javascript.ScriptRuntime.constructError (ScriptRuntime.java:3687)


on 2173 I get the following:
user=> (rhino-repl)
To quit, type: :cljs/quit
WARNING: unsigned-bit-shift-right already refers to: 
#'clojure.core/unsigned-bit-shift-right in namespace: cljs.core, being replaced 
by: #'cljs.core/unsigned-bit-shift-right
ClojureScript:cljs.user>

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to