[CLJS-464] `get-in` not behaving like Clojure when accessing non-existing inner maps Created: 26/Jan/13 Updated: 28/Jan/13 Resolved: 28/Jan/13 |
|
| Status: | Resolved |
| Project: | ClojureScript |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Defect | Priority: | Major |
| Reporter: | Roman Gonzalez | Assignee: | Unassigned |
| Resolution: | Completed | Votes: | 0 |
| Labels: | bug | ||
| Environment: |
Gentoo 64, oracle-jvm |
||
| Attachments: |
|
| Description |
|
In Clojurescript: In Clojure: |
| Comments |
| Comment by Roman Gonzalez [ 26/Jan/13 11:01 PM ] |
|
Code and Test patch v1 |
| Comment by David Nolen [ 27/Jan/13 5:25 PM ] |
|
Isn't this a duplicate of |
| Comment by Roman Gonzalez [ 28/Jan/13 10:06 PM ] |
|
Hey David, Thanks for your prompt reply, I tested latest version of github's master with the test-case I added and got this error. ```shell SPIDERMONKEY_HOME not set, skipping SpiderMonkey tests The test case is: ```gitdiff ;; arrays In case github's master is not the latest one, and test works on master, please discard this message. Cheers. |
| Comment by David Nolen [ 28/Jan/13 10:39 PM ] |
|
fixed, http://github.com/clojure/clojurescript/commit/2b21e9d5b09cdd09f2831d11810fa2c5ae4f14b1 |