-
Task
-
Resolution: Unresolved
-
Optional
-
None
-
None
-
NEW
-
NEW
In GroupUniToBiNode in retractA remove the lineĀ
tupleOldA.groupStore[groupStoreIndex] = null;
which cleans up after itself upon retract.
CS Test coverage didn't fail when I forgot to do that in the original code, but vrp did fail.
It would be nice to have the testing coverage this case too.