Hi, On 17 Dez., 13:45, Rich Hickey <richhic...@gmail.com> wrote: > I hope to re-enable the detection of the 'mistake' case, just requires > some time to work out how to distinguish from the AOT case.
I'm just guessing now (and maybe this doesn't help in the AOT case): currently require uses a list of namespaces it loaded. Maybe it should check for existence of the namespace instead? If the namespace already exists, it is not loaded unless :reload is specified. This should catch the recursive require case, no? Sincerely Meikel --~--~---------~--~----~------------~-------~--~----~ 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 To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---