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
Handling defer in general is hard. However, I believe that we could somewhat easily support defer statements that occur outside of (syntactic) loops by using labels in the generated viper code
The text was updated successfully, but these errors were encountered:
A simple version of defer was implemented in #469. I will close this issue now - let's open new issues when the limitations of the current approach to defer become problematic
Handling
defer
in general is hard. However, I believe that we could somewhat easily supportdefer
statements that occur outside of (syntactic) loops by using labels in the generated viper codeThe text was updated successfully, but these errors were encountered: