Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Declined
-
Affects Version/s: Release 1.2
-
Fix Version/s: Backlog
-
Component/s: None
-
Labels:None
-
Approval:Incomplete
Description
user=> (keyword "")
:
user=> (prn-str *1)
":\n"
user=> (read-string *1)
java.lang.RuntimeException: java.lang.Exception: Invalid token: : (NO_SOURCE_FILE:0)
This obviously isn't a huge defect, but I'd argue that anything that can be printed should be readable.
Patch that throws IllegalArgumentException would be ok for this.