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
I was implementing Error Handling, and I didn't find a good solution for FINALLY statement. I would like to have it but can't find a solution. I will leave it open for people coming across, the only solution I can find is this, the problems it has, with FINALLY not going to be executed when:
return in try or catch blocks
at exit
If someone has ideas how to implement it feel free to share down below.
Current codegen for try/catch looks like this (it's not exact but just to give you the idea):
I was implementing Error Handling, and I didn't find a good solution for FINALLY statement. I would like to have it but can't find a solution. I will leave it open for people coming across, the only solution I can find is this, the problems it has, with FINALLY not going to be executed when:
If someone has ideas how to implement it feel free to share down below.
Current codegen for try/catch looks like this (it's not exact but just to give you the idea):
The text was updated successfully, but these errors were encountered: