Re: PATCH: add warn-on-reflection option to c.l.Compile

2009-02-06 Thread Chas Emerick
Done: http://code.google.com/p/clojure/issues/detail?id=67 Sorry, I'm not with it yet on the new Google Code workflow. :-) - Chas On Feb 6, 1:53 pm, Rich Hickey wrote: > On Feb 6, 2009, at 1:33 PM, Chas Emerick wrote: > > > Attached is a patch to add a warn-on-reflection option to > > clojure.

Re: PATCH: add warn-on-reflection option to c.l.Compile

2009-02-06 Thread Rich Hickey
On Feb 6, 2009, at 1:33 PM, Chas Emerick wrote: > Attached is a patch to add a warn-on-reflection option to > clojure.lang.Compile. In short, if the clojure.compile.warn-on- > reflection system property is set to "true", then *warn-on-reflection* > is set to true for the duration of the compile

PATCH: add warn-on-reflection option to c.l.Compile

2009-02-06 Thread Chas Emerick
Attached is a patch to add a warn-on-reflection option to clojure.lang.Compile. In short, if the clojure.compile.warn-on- reflection system property is set to "true", then *warn-on-reflection* is set to true for the duration of the compile process for the libs specified as command line args