Thanks for the report! We've already filed an issue for this one: http://dev.clojure.org/jira/browse/CLJS-1469
David On Sat, Oct 17, 2015 at 1:05 PM, Tony Tam <[email protected]> wrote: > I believe something broke in :modules > > Ran your example > http://swannodette.github.io/2015/02/23/hello-google-closure-modules/ > with .145 and got > > java.lang.NullPointerException > at > com.google.javascript.jscomp.JSModule.sortInputsByDeps(JSModule.java:263) > at cljs.closure$optimize_modules$fn__3785.invoke(closure.clj:974) > at cljs.closure$optimize_modules.doInvoke(closure.clj:973) > at clojure.lang.RestFn.applyTo(RestFn.java:139) > at clojure.core$apply.invoke(core.clj:632) > at cljs.closure$build.invoke(closure.clj:1709) > at cljs.closure$build.invoke(closure.clj:1636) > at cljsbuild.compiler$compile_cljs$fn__4128.invoke(compiler.clj:81) > at cljsbuild.compiler$compile_cljs.invoke(compiler.clj:80) > at cljsbuild.compiler$run_compiler.invoke(compiler.clj:187) > at > user$eval4262$iter__4298__4302$fn__4303$fn__4321.invoke(form-init787604217815991403.clj:1) > at > user$eval4262$iter__4298__4302$fn__4303.invoke(form-init787604217815991403.clj:1) > at clojure.lang.LazySeq.sval(LazySeq.java:40) > at clojure.lang.LazySeq.seq(LazySeq.java:49) > at clojure.lang.RT.seq(RT.java:507) > at clojure.core$seq__4128.invoke(core.clj:137) > at clojure.core$dorun.invoke(core.clj:3009) > at clojure.core$doall.invoke(core.clj:3025) > at user$eval4262.invoke(form-init787604217815991403.clj:1) > at clojure.lang.Compiler.eval(Compiler.java:6782) > at clojure.lang.Compiler.eval(Compiler.java:6772) > at clojure.lang.Compiler.load(Compiler.java:7227) > at clojure.lang.Compiler.loadFile(Compiler.java:7165) > at clojure.main$load_script.invoke(main.clj:275) > at clojure.main$init_opt.invoke(main.clj:280) > at clojure.main$initialize.invoke(main.clj:308) > at clojure.main$null_opt.invoke(main.clj:343) > at clojure.main$main.doInvoke(main.clj:421) > at clojure.lang.RestFn.invoke(RestFn.java:421) > at clojure.lang.Var.invoke(Var.java:383) > at clojure.lang.AFn.applyToHelper(AFn.java:156) > at clojure.lang.Var.applyTo(Var.java:700) > at clojure.main.main(main.java:37) > > Reverting to .122 works > > -- > 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.
