[CLJ-797] Longs print-dup to the Long constructor Created: 16/May/11 Updated: 27/May/11 Resolved: 27/May/11 |
|
| Status: | Closed |
| Project: | Clojure |
| Component/s: | None |
| Affects Version/s: | Release 1.3 |
| Fix Version/s: | Release 1.3 |
| Type: | Defect | Priority: | Minor |
| Reporter: | Alexander Taggart | Assignee: | Alexander Taggart |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Patch: | Code and Test |
| Approval: | Ok |
| Description |
user=> (binding [*print-dup* true] (print-str 1.0)) "1.0" user=> (binding [*print-dup* true] (print-str 1)) "#=(java.lang.Long. \"1\")" |
| Comments |
| Comment by Alexander Taggart [ 27/May/11 1:40 PM ] |
|
print-dup-longs-update-1: apply after |