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
Previously, once there was an `:error` (or `:bug`) block, all following
blocks would behave as if they had had an error. Except `ucm` blocks
would correctly reset the state so that following blocks would behave
correctly again.
This moves the state reset to be shared by all blocks.
Fixes#5575.
0 commit comments