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
These are simply try-catch-finally statements, and there should be an attempt at that in the deprecated AstForControlStructuresCreator.
Java and C frontends may have better examples on this implementation. For these structures, the index of the blocks representing Begin, Rescue, and Ensure are important for CFG creation.
The text was updated successfully, but these errors were encountered:
A laymans example can be found here: https://stackoverflow.com/questions/2191632/begin-rescue-and-ensure-in-ruby
These are simply try-catch-finally statements, and there should be an attempt at that in the deprecated
AstForControlStructuresCreator
.Java and C frontends may have better examples on this implementation. For these structures, the
index
of the blocks representingBegin
,Rescue
, andEnsure
are important for CFG creation.The text was updated successfully, but these errors were encountered: