Re: defmacro returns nil

2009-01-20 Thread Rich Hickey
On Jan 20, 9:29 am, Christophe Grand wrote: > Rich Hickey a écrit :> Thanks - would you please post this as an issue? > > Well. Already turned this mail into an issue (#51). For such issues, > should one directly open an issue without posting to the group? > For now I'd like to stick with firs

Re: defmacro returns nil

2009-01-20 Thread Christophe Grand
Rich Hickey a écrit : > Thanks - would you please post this as an issue? > Well. Already turned this mail into an issue (#51). For such issues, should one directly open an issue without posting to the group? Christophe --~--~-~--~~~---~--~~ You received this m

Re: defmacro returns nil

2009-01-20 Thread Rich Hickey
On Jan 19, 4:38 am, Christophe Grand wrote: > Hello, > > While playing with clojure.contrib.test-is/with-test I realized that I > was unable to use with-test with macros because the form (defmacro foo > [bar]) returns nil and not #'foo. > Please find attached a patch. > Thanks - would you plea

defmacro returns nil

2009-01-19 Thread Christophe Grand
Hello, While playing with clojure.contrib.test-is/with-test I realized that I was unable to use with-test with macros because the form (defmacro foo [bar]) returns nil and not #'foo. Please find attached a patch. Christophe --~--~-~--~~~---~--~~ You received thi