[MATCH-41] This 5-clause match expression fails to compile Created: 30/Nov/11 Updated: 30/Nov/11 Resolved: 30/Nov/11 |
|
| Status: | Resolved |
| Project: | core.match |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Defect | Priority: | Major |
| Reporter: | Gary Fredericks | Assignee: | David Nolen |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 10.10 java version "1.6.0_20" |
||
| Description |
|
This expression fails to compile with a NullPointerException. Oddly enough I seem unable to make it any more minimal: (match [["foo"]] [["foo"]] :a0 [["foo" a]] :a1 [["baz"]] :a2 [["baz" a b]] :a3) When I included the SNAPSHOT release in my project that seemed to fix it, but oddly enough I cloned the git repo this morning and it was still broken on HEAD, so I have no idea what's going on. |
| Comments |
| Comment by David Nolen [ 30/Nov/11 8:12 PM ] |
|
Fixed, https://github.com/clojure/core.match/commit/a790f7900da9152dcdf290ade34b8001c47869f1 |