Details
-
Type:
Defect
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Environment:Gentoo 64, oracle-jvm
Description
In Clojurescript:
(get-in {:a {:b 1}} [:a :b :c])
=> Error: 1 is not an instance of ILookup
In Clojure:
(get-in {:a {:b 1}} [:a :b :c])
=> nil
Attachments
Activity
Roman Gonzalez
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | get-in-fix.patch [ 11823 ] |
David Nolen
made changes -
| Resolution | Completed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |