You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`lein check` can hang forever in presence of (relatively) well-behaved Clojure code:
Sure, but it should first check for :eval-in :nrepl, because in that
case it doesn't need to shut down the agents because it won't exit.
In addition, whatever it does should probably be matched by the behavior
of the compile task since those two are closely parallel.
lein check
can hang forever in presence of (relatively) well-behaved Clojure code:Accordingly I believe
check.clj
should invoke(shutdown-agents)
by the end of its execution.WDYT?
Thanks - V
The text was updated successfully, but these errors were encountered: