Howdy -- I recently ran into a situation where including a third-party library caused the ClojureScript compiler to silently generate invalid code -- throwing exceptions at runtime (akin to those reported in the release announcement thread for 0.0-2060) in the cljs.core namespace.
After some investigation, this turned out to be caused by a dependency on org.clojure/tools.reader 0.8.4, as opposed to the 0.8.3 which CLJS ships with. Any thoughts as to adding a build-time check (probably in cljsbuild?) to flag incompatible library use, or making the dependency an explicit version range rather than a minimum? -- 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.
