-
Notifications
You must be signed in to change notification settings - Fork 99
Repl never prompts #247
Comments
Trying to reproduce this - What version(s) of clojure+java is this on? |
Java version 1.8.0_111, Clojure version 1.8.0. |
@weltschmerz1 some things to check:
|
Duplicate of #243. @weltschmerz1 could you also check your current version of leiningen before upgrading ( |
Upgrading from Leiningen 2.7.1 to 2.9.1 fixed it. |
I'm afraid I can now reproduce this again. Leiningen 2.9.1, Java 1.8.0_111, Clojure 1.10.0. |
Has anybody had a chance to look into this? |
Not yet - will look into it soon. Was it the new Clojure version that triggered it this time? |
I'm trying it out - I changed the Clojure version in project.clj to 1.8.0 to see if that fixes it, but it doesn't. But that could be because I don't know how to properly downgrade. Does the project need to be created using Clojure 1.8.0? Or should changing it in project.clj after creation do the trick? |
I don't believe either makes a difference - Clojure version change might be a red herring, but I'll see if I can reproduce it under the same environment. |
Was there ever a fix for this? |
I create a new project and then try to launch the repl:
It says that the repl server has started, but I never actually get a prompt. My terminal just keeps waiting (I gave up after a few minutes).
The text was updated successfully, but these errors were encountered: