summaryrefslogtreecommitdiffstats
path: root/test/refcount.tcl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove invalidated reactions. Integrate with mainOmar Rizwan2023-02-131-0/+3
| | | | All tests pass except with-all.
* Support multi-Assert and multi-Retract of same statementOmar Rizwan2023-02-111-0/+18
This is useful for streaming -- you can retract all your old statements without worrying that you'll stomp any new ones that happen to be the same as the old ones. Each null-match parent of a statement (representing that statement being asserted) is mapped to a refcount now, instead of just the `true` sentinel.