[LOGIC-111] conda expression that no longer works in rc2 Created: 04/Feb/13 Updated: 13/Feb/13 Resolved: 13/Feb/13 |
|
| Status: | Resolved |
| Project: | core.logic |
| 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 |
(run* [x]
(conda
[succeed
(project [x] succeed)
(project [x] succeed)]))
This is issue was reported by the damp.ekeko developers. |
| Comments |
| Comment by David Nolen [ 13/Feb/13 2:56 PM ] |
|
I'm surprised this one has gone unnoticed for so long, both conda and condu implementation were incorrect for the unit case. Fixed in master: http://github.com/clojure/core.logic/commit/1d1724bc66b344551619c32331393a811fe7714a |