Details
-
Type:
Defect
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Declined
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch:Code and Test
Description
Unification fails for partial-map when there is a partial match on a sub-map.
A failing test case:
(is (= '[#clojure.core.logic.PMap{:a {:b 2}}]
(run* [q]
(fresh [pm x]
(== (partial-map {:a {:b x}}) pm)
(== {:a {:b 2 :c 3}} pm)
(== q pm)))))
Attachments
Activity
David Nolen
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Declined [ 2 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |