I think I might have found a bug that affects multimethod dispatch when using AOT. I've created an example repository: https://github.com/sfnelson/clj-mm-dispatch
To me it seems similar to CLJ-979, my hypothesis is that defmethods are using the wrong classloader to get class references. Is anyone aware of existing open bugs along these lines? On Fri, May 22, 2015 at 4:30 AM, Alex Miller <[email protected]> wrote: > Clojure 1.7.0-RC1 is now available. > > Try it via > - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.7.0-RC1/ > - Leiningen: [org.clojure/clojure "1.7.0-RC1"] > > The only change since 1.7.0-beta3 is CLJ-1706, which makes reader > conditional splicing an error at the top level (previously it would silently > drop all but the first spliced element). > > For a full list of changes since 1.6.0, see: > https://github.com/clojure/clojure/blob/master/changes.md > > Please give it a try and let us know if things are working (or not). The > more and quicker feedback we get, the sooner we can release 1.7.0 final! > > - Alex > > -- > 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.
