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.
Attachments
Activity
Stuart Halloway
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | Backlog [ 10035 ] | |
| Approval | Vetted |
Alexander Redington
made changes -
| Attachment | clj-732.diff [ 10164 ] |
Alexander Redington
made changes -
| Approval | Vetted | Test |
Stuart Halloway
made changes -
| Approval | Test | Incomplete |
| Waiting On | richhickey |
Rich Hickey
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Declined [ 2 ] |
Patch that throws IllegalArgumentException would be ok for this.