Closed sdiemert closed 2 years ago
This can be mitigated for now using the :merge true
option on the DONT_CARE nodes (so you only ever have one of these... but it still isn't ideal in my view.
I am going to revisit this part in context of the next major release of Grape.
Since the new version of Grape (GrapeVine) no longer has assignments (since it is functional), I am closing this issue.
Right now it appears that the
(assign ...)
operator requires that it be incorporated into a pattern that also creates other nodes/edges.For example,
Does not have the desired effect. It fails to do the assignment of
Simon -> Bob
.However, if I add a
DONT_CARE
node to the create pattern then it works as desired.