mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
6b0361c33c
In certain cases, when the `action` of `Panic.catch` is tail-call-optimized (via `@Tail_Call`) annotation, the panic is not caught. Fixed by ensuring that the `action` of `Panic.catch` is executed as `NOT_TAIL` rather than `TAIL_DIRECT`. # Important Notes The `handler` parameter of `Panic.catch` is executed as `NOT_TAIL` as well, just to be sure. |
||
---|---|---|
.. | ||
AWS_Tests | ||
Base_Tests | ||
Benchmarks | ||
Examples_Tests | ||
Exploratory_Benchmarks | ||
Geo_Tests | ||
Google_Api_Test | ||
Helpers | ||
Image_Tests | ||
micro-distribution | ||
Table_Tests | ||
Visualization_Tests |