core.match or patterns

2012-01-03 Thread JuanManuel Gimeno Illa
I'm trying to use :or patterns with records but I'm getting an error and I'm not sure if I have found a bug (or a not-implemented-yet) or if its the intended behavior (and there are good reasons for it). Without :or patterns I can do: (let [x {:a 1 :b 2}] (clojure.core.match/match [x]

Re: core.match or patterns

2012-01-03 Thread David Nolen
On Tue, Jan 3, 2012 at 4:16 AM, JuanManuel Gimeno Illa jmgim...@gmail.comwrote: I'm trying to use :or patterns with records but I'm getting an error and I'm not sure if I have found a bug (or a not-implemented-yet) or if its the intended behavior (and there are good reasons for it). Without

Re: core.match or patterns

2012-01-03 Thread JuanManuel Gimeno Illa
I'm using 0.2.0-alpha8 Juan Manuel -- 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

Re: core.match or patterns

2012-01-03 Thread David Nolen
Please try using master. If that works for you, I can cut another alpha release. David On Tue, Jan 3, 2012 at 9:11 AM, JuanManuel Gimeno Illa jmgim...@gmail.comwrote: I'm using 0.2.0-alpha8 Juan Manuel -- You received this message because you are subscribed to the Google Groups Clojure

Re: core.match or patterns

2012-01-03 Thread JuanManuel Gimeno Illa
El martes 3 de enero de 2012 15:30:24 UTC+1, David Nolen escribió: Please try using master. If that works for you, I can cut another alpha release. Now the example works and I've found no problems using it with my code. Thanks, Juan Manuel -- You received this message because you are