> > ClojureScript implicitly uses the CLASSPATH, by accessing source files as > resources: > > > https://github.com/clojure/clojurescript/blob/master/src/clj/cljs/closure.clj#L576 >
Ah. Missed that. I was looking for calls to io/resource in compiler.clj, not closure.clj. I really need to stop working on compilers at 2am :-) This appears to be a bit of a system layering problem. If recursive analysis needs to be applied to require forms, then dependency resolution needs to occur lower in the stack. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en