ninjudd / drip

Fast JVM launching without the hassle of persistent JVMs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leiningen doesn’t quit when using with drip

Profpatsch opened this issue · comments

Another SIGINT is needed each time lein should quit.

I’m using LEIN_JAVA_CMD=${LEIN_JAVA_CMD-drip} in my leinrc and the newest version from Github.

Seeing this too. Most of the time, when I type quit in a Leiningen REPL, I get a response of "Bye for now!" followed by no prompt. Using VisualVM I have confirmed that Clojure itself has stopped running at that point (so it's not due to hung threads/etc in my application).