Re: core.match and AOT

2012-10-16 Thread Paudi Moriarty
See http://dev.clojure.org/jira/browse/MATCH-63 for details. Paudi On 15 October 2012 23:21, David Nolen wrote: > On Mon, Oct 15, 2012 at 5:09 PM, Paudi Moriarty < > pmoria...@annadaletech.com> wrote: > >> It's broken since alpha10, alpha9 works fine. >> >> Paudi >> > > That's useful to know, t

Re: core.match and AOT

2012-10-15 Thread David Nolen
On Mon, Oct 15, 2012 at 5:09 PM, Paudi Moriarty wrote: > It's broken since alpha10, alpha9 works fine. > > Paudi > That's useful to know, thanks :) I suspect it may have something to do with the predicate stuff I added. David -- You received this message because you are subscribed to the Googl

Re: core.match and AOT

2012-10-15 Thread Paudi Moriarty
It's broken since alpha10, alpha9 works fine. Paudi On Sunday, 14 October 2012 18:19:28 UTC+1, David Nolen wrote: > > On Sat, Oct 13, 2012 at 6:43 PM, Michael > > wrote: > > core.match is alpha and has the following documentation note: > > > > "if your project depends on AOT do not use core.m

Re: core.match and AOT

2012-10-14 Thread David Nolen
On Sat, Oct 13, 2012 at 6:43 PM, Michael wrote: > core.match is alpha and has the following documentation note: > > "if your project depends on AOT do not use core.match at this time" > > Can somebody outline what the aot issues are? It seems that deploying a web > app to heroku with lein2 will co

Re: core.match and AOT

2012-10-13 Thread Phil Hagelberg
On Sat, Oct 13, 2012 at 3:43 PM, Michael wrote: > "if your project depends on AOT do not use core.match at this time" > > Can somebody outline what the aot issues are? It seems that deploying a web > app to heroku with lein2 will compile the app first. Was interested in using > core.match to match

core.match and AOT

2012-10-13 Thread Michael
core.match is alpha and has the following documentation note: "if your project depends on AOT do not use core.match at this time" Can somebody outline what the aot issues are? It seems that deploying a web app to heroku with lein2 will compile the app first. Was interested in using core.match t