Not sure if that would work for all cases… For example, if you have a lein plugin that require's clojure.set, and you use any fqn in that ns without require'ing it in your file, then your fresh repl will not catch that (… if I understand your setup).
However, if you then run it outside of the dev-environment, i.e. without any plugins or with other plugins, you will feel the pain. But even when your trick works for many cases, it would be preferable if the compiler would simply catch that bug for you if possible. -FrankS. On Mar 28, 2012, at 7:26 PM, Armando Blancas wrote: > Is there a way to capture those kind of bugs earlier? > > For each namespace I get a fresh repl and (use) the one in turn, then try the > whole program. -- 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 with your first post. 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