drip
drip copied to clipboard
Leiningen doesn’t quit when using with drip
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).