c_exceptional icon indicating copy to clipboard operation
c_exceptional copied to clipboard

Fixes finally behaviour

Open Qqwy opened this issue 7 years ago • 1 comments

Fixes:

  • Reraising from catch will now first run inner finally block before re-throwing to the outer environment.
  • Debugging text is now hidden unless the DEBUG_EXCEPTIONAL flag is set.
  • example.c contains a lot more examples of different cases of simple and complex try/catch/finally scenarios.
  • Some superfluous statements have been refactored.
  • Improved documentation.

Qqwy avatar May 04 '18 09:05 Qqwy

I want to fix some compiler warnings before merging :-).

Qqwy avatar May 04 '18 09:05 Qqwy

I believe these changes were merged a long time ago, albeit not through this PR

Qqwy avatar Jul 22 '23 22:07 Qqwy