2009/12/14 Meikel Brandmeyer <m...@kotka.de>

> Hi Laurent,
>
> Am 14.12.2009 um 09:43 schrieb Laurent PETIT:
>
> > But from what I (currently) know, AOTing jars should be harmless.
> > So maybe the problem is that there's a bug in the new branch, and this
> bug needs to be corrected ?
>
> No. The inner workings of Clojure might change. AOT compiled code doesn't
> know these changes. I had this with some change to defmulti a while ago.
> However the source is always recompiled when it's loaded. So it always see
> the change and all is fine. (Of course only, as long as the change doesn't
> involve a public API.)
>
>
So i's a kind of break of compatibility with AOT compiled code. That should
be noted in future official clojure releases, indeed, since it requires
every library to be recompiled.

-- 
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

Reply via email to