I believe this is a classloader issue that's since been resolved on master. There are some other important REPL related issues holding up a release but we're trying to work through them as quickly as possible.
David On Thu, Feb 19, 2015 at 6:34 PM, Jonathon McKitrick <[email protected]> wrote: > I'm using the latest versions of CLJS locally with no issues. But when I > deploy to Heroku, I get this error: > > Compiling "resources/public/js/main.js" from ("src/cljs" "src/cljs" > "src/cljs/common" "src/cljs" "src/cljs/common")... > Compiling "resources/public/js/main.js" failed. > clojure.lang.ExceptionInfo: failed compiling > file:src/cljs/history/history.cljs {:file #<File > src/cljs/history/history.cljs>} > . > . > . > Caused by: clojure.lang.ExceptionInfo: No such namespace: > pts.common at line 1 src/cljs/history/history.cljs {:tag > :cljs/analysis-error, :file "src/cljs/history/history.cljs", :line 1, > :column 1} > > > > It will often fail in different files, all of which refer to pts.common. > Is there a workaround for this apparent race condition? > > -- > 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. > -- 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.
