enso/distribution/lib/Standard
Hubert Plociniczak 49204e92cf
Simplify exception handling for polyglot exceptions (#3981)
This removes the special handling of polyglot exceptions and allows matching on Java exceptions in the same way as for any other types.

`Polyglot_Error`, `Panic.catch_java` and `Panic.catch_primitive` are gone

The change mostly deals with the backslash of removing `Polyglot_Error` and two `Panic` methods.
`Panic.catch` was implemented as a builtin instead of delegating to `Panic.catch_primitive` builtin that is now gone.

This fixes https://www.pivotaltracker.com/story/show/182844611
2022-12-19 19:16:43 +00:00
..
Base/0.0.0-dev Simplify exception handling for polyglot exceptions (#3981) 2022-12-19 19:16:43 +00:00
Database/0.0.0-dev Simplify exception handling for polyglot exceptions (#3981) 2022-12-19 19:16:43 +00:00
Examples/0.0.0-dev Some more tidying based on remaining tickets and PR comments. (#3946) 2022-12-06 18:35:18 +00:00
Geo/0.0.0-dev Some more tidying based on remaining tickets and PR comments. (#3946) 2022-12-06 18:35:18 +00:00
Google_Api/0.0.0-dev Tidy Standard.Base part 4 of n ... (#3898) 2022-11-25 02:00:16 +00:00
Image/0.0.0-dev Simplify exception handling for polyglot exceptions (#3981) 2022-12-19 19:16:43 +00:00
Searcher/0.0.0-dev Some more tidying based on remaining tickets and PR comments. (#3946) 2022-12-06 18:35:18 +00:00
Table/0.0.0-dev Simplify exception handling for polyglot exceptions (#3981) 2022-12-19 19:16:43 +00:00
Test/0.0.0-dev Allow for dry-running benchmark test (#3989) 2022-12-16 15:35:49 +00:00
Visualization/0.0.0-dev Some more tidying based on remaining tickets and PR comments. (#3946) 2022-12-06 18:35:18 +00:00