Details
-
Type:
Defect
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Neither of these work as expected:
(match [ {:type :consumed :value 4}]
[({:uid uid :modifiers ms} :only [:uid :modifiers])] :a0)
(match [ {:type :consumed :value 4}]
[{:uid uid :modifiers ms} ] :a0)
Tried these versions:
"0.2.0-alpha10-SNAPSHOT"
"0.2.0-alpha9"