"slow mode"… Is that a setup where you would bring-up a new jvm-instance for each file such that you can truly compile/test in isolation?
Or is it possible to create a sandbox in an existing jvm that would give you similar isolation? (which would be far less slow) -FrankS. On Mar 28, 2012, at 8:20 PM, Phil Hagelberg wrote: > 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 -- 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