--
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
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.)
Sincerely
Meikel