You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments