Re: Using match library (latest snapshot) ns not found

2011-09-22 Thread ronen
Just did Ronen On Sep 23, 1:59 am, David Nolen wrote: > On Thu, Sep 22, 2011 at 6:56 PM, ronen wrote: > > Thanks David, the ns is found now (using lein checkouts), one of the > > reasons iv tried moving to latest snapshot was an error during > > compilation for the following fn: > > > (defn ema

Re: Using match library (latest snapshot) ns not found

2011-09-22 Thread David Nolen
On Thu, Sep 22, 2011 at 6:56 PM, ronen wrote: > Thanks David, the ns is found now (using lein checkouts), one of the > reasons iv tried moving to latest snapshot was an error during > compilation for the following fn: > > (defn email-request [req] > (match [req] > [{:name _ :repo (r :w

Re: Using match library (latest snapshot) ns not found

2011-09-22 Thread ronen
Thanks David, the ns is found now (using lein checkouts), one of the reasons iv tried moving to latest snapshot was an error during compilation for the following fn: (defn email-request [req] (match [req] [{:name _ :repo (r :when (comp not nil?)) :email email}] (notify- user-constrain

Re: Using match library (latest snapshot) ns not found

2011-09-22 Thread David Nolen
I'm temporarily bringing back project.clj until we get a proper release out the door (hopefully soon). Let me know if HEAD works for you. David On Thu, Sep 22, 2011 at 6:31 PM, ronen wrote: > Iv been using the cool match library right up until it was moved into > core, using the latest snapshot

Using match library (latest snapshot) ns not found

2011-09-22 Thread ronen
Iv been using the cool match library right up until it was moved into core, using the latest snapshot (match-0.2.0-20110809.143608-2.jar): $ lein compile Caused by: java.io.FileNotFoundException: Could not locate clojure/ core/match/core__init.class or clojure/core/match/core.clj on classpath: P