Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Declined
-
Affects Version/s: Release 1.5
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:* Clojure: 1.5.0-RC1
* Java: Java 1.7.0_05 Java HotSpot(TM) 64-Bit Server VM
* Leiningen: 2.0.0-preview10
* lein-swank: 1.4.4
* lein-ritz: 0.6.0
Description
Current Behavior:
When attempting to start a swank server, the clojure compiler throws a CompilerException, and the process terminates.
Expected Behavior:
A swank server is successfully started.
Steps to reproduce (terminal session attached):
1. lein new tmp
2. Edit the project.clj to require clojure version 1.5.0-RC1
4. cd tmp
3. lein swank
Submitter agrees this issue was resolved by changes in other software outside of Clojure.