Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Callbacks: Fix side-condition events when arity is non-null (#1194)
This PR fixes a bug in calls to calls to `side_condition_event_callback`. Every time such a call should occur, the `rewrite_event_callback` is invoked instead. This is due to a bug in the method that builds substitutions, and calls a callback once the substitution has the required size. Instead of conditionally calling either the rewrite callback or the sidecondition callback, it always calls the rewrite one. This PR fixes the bug. --------- Co-authored-by: Theodoros Kasampalis <[email protected]>
- Loading branch information