On Wed, Mar 28, 2012 at 8:03 PM, Frank Siebenlist
<frank.siebenl...@gmail.com> wrote:
> 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).

The lein check task currently ensures that each namespace is
compilable, but it does all the namespaces in a single process. You
could add a "slow mode" to it that would ensure that each worked in
isolation.

-Phil

-- 
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

Reply via email to