Re: slime warn-on-reflection?

2011-02-26 Thread Seth
Thanks! Works like a charm (except you cant turn it off - but thats ok!)! -- 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

Re: slime warn-on-reflection?

2011-02-25 Thread Takahiro Hozumi
I had same problem. Add following line in your project.cjj. :warn-on-reflection true On Feb 26, 9:11 am, Seth wrote: > Has any gotten the warn-on-reflection to work in slime when compiling > a buffer?  Warning occur when i paste a function into the repl, but no > reflections occur when i compile

slime warn-on-reflection?

2011-02-25 Thread Seth
Has any gotten the warn-on-reflection to work in slime when compiling a buffer? Warning occur when i paste a function into the repl, but no reflections occur when i compile a buffer or when i load the file. -- You received this message because you are subscribed to the Google Groups "Clojure" gr