Details
-
Type:
Defect
-
Status:
Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Release 1.4, Release 1.5
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch:Code and Test
Description
before patch:
user=> (defrecord a [b])
user.a
user=> #user.a{}
{}
after patch:
user=> (defrecord a [b])
user.a
user=> #user.a{}
#user.a{:b nil}
Attachments
Activity
Nicola Mometto
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | 001-fix-empty-record-literal.patch [ 11609 ] |
Timothy Baldridge
made changes -
| Assignee | Timothy Baldridge [ halgari ] |
Timothy Baldridge
made changes -
| Approval | Not Approved [ 10008 ] |
Timothy Baldridge
made changes -
| Resolution | Declined [ 2 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Stuart Halloway
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Nicola Mometto
made changes -
| Approval | Not Approved [ 10008 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Resolution | Declined [ 2 ] |
Andy Fingerhut
made changes -
| Attachment | clj-1093-fix-empty-record-literal-patch-v2.txt [ 11914 ] |