Thanks for your response Benjamin. I was leaning towards cyclic
dependency myself. I couldn't get closurebuilder.py (which apparently
detects cyclic dependencies) but couldn't get it to run on my source.
After your response, I did a dependency analysis by hand and found no
cycles. However, I narrowed down this error to only hyphenated
namespaces. After some more snooping around, I found the cause to be
requiring foo.bar-baz as foo.bar_baz (in some places). I suspect that
this confused the dependency analysis. I don't fully understand
how/why it works when I compile again but, boy, am I glad to have
cljs-watch work! Big time saver!
Hopefully, someone from the clojurescript compiler team can enlighten on this.
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@googlegroups.com
> Note that posts from new members are moderated - please be patient with your first post.
> To unsubscribe from this group, send email to
> clojure+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
--
(praki)