Here is the Enclojure ticket - https://www.assembla.com/spaces/enclojure/tickets/83-rebinding-of-vars-does-not-work-in-ide-repl--e-g--*print-meta*--*warn-on-reflection*
> On 4 November 2010 15:11, Ken Wesson <[email protected]> wrote: > >> The website has this example: >> >> (set! *warn-on-reflection* true) >> -> true >> (defn foo [s] (.charAt s 1)) >> -> Reflection warning, line: 2 - call to charAt can't be resolved. >> -> #user/foo >> >> When I try this in a Clojure 1.2 REPL generated by Enclojure 1.4.0/NB >> 6.9.1 I don't see the reflection warning in any of Repl, *err*, and >> *out*. >> >> Is this actually broken in Clojure 1.2 or is it Enclojure screwing up? >> >> -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
