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
In #11212 we decided to "stop using CXCancellation as part of the preset pass managers as it's been superseded by InverseCancellation". However, CXCancellation runs inside flow controlled blocks but InverseCancellation does not.
Environment
2.0.0.dev0+5de0232
What is happening?
In #11212 we decided to "stop using
CXCancellation
as part of the preset pass managers as it's been superseded byInverseCancellation
". However,CXCancellation
runs inside flow controlled blocks butInverseCancellation
does not.How can we reproduce the issue?
InverseCancellation
on itNotice that the CX outside got cancelled, but not those inside.
What should happen?
It should be like
CXCancellation
Any suggestions?
Apply
InverseCancellation
recursively inside the code blocks.The text was updated successfully, but these errors were encountered: