[MATCH-22] boolean expression fails Created: 01/Oct/11 Updated: 02/Oct/11 Resolved: 02/Oct/11 |
|
| Status: | Resolved |
| Project: | core.match |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Defect | Priority: | Major |
| Reporter: | David Nolen | Assignee: | David Nolen |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
(match [false] [false] true) throws an error. I thought I handled this case earlier, but seems like I missed something. |
| Comments |
| Comment by David Nolen [ 02/Oct/11 11:32 AM ] |
|
Fixed, https://github.com/clojure/core.match/commit/66a36260eb77c1920f9db011cdb612d4797665a7 |