enso/test
Radosław Waśko 28513a3389
Allow filtering caught error type in Error.catch (#3574)
More and more often I need a way to only recover a specific type of a dataflow error (in a similar manner as with panics). So the API for `Error.catch` has been amended to more closely resemble `Panic.catch`, allowing to handle only specific types of dataflow errors, passing others through unchanged. The default is `Any`, meaning all errors are caught by default, and the behaviour of `x.catch` remains unchanged.
2022-07-11 08:26:44 +00:00
..
Benchmarks Remove 'here' and make method name resolution case-sensitive (#3538) 2022-07-07 10:31:06 +00:00
Examples_Tests Remove 'here' and make method name resolution case-sensitive (#3538) 2022-07-07 10:31:06 +00:00
Geo_Tests Import syntax including namespace (#1806) 2021-06-24 12:42:24 +02:00
Google_Api_Test Remove 'here' and make method name resolution case-sensitive (#3538) 2022-07-07 10:31:06 +00:00
Image_Tests Remove 'here' and make method name resolution case-sensitive (#3538) 2022-07-07 10:31:06 +00:00
micro-distribution Allow filtering caught error type in Error.catch (#3574) 2022-07-11 08:26:44 +00:00
Table_Tests Remove 'here' and make method name resolution case-sensitive (#3538) 2022-07-07 10:31:06 +00:00
Tests Allow filtering caught error type in Error.catch (#3574) 2022-07-11 08:26:44 +00:00
Visualization_Tests Remove 'here' and make method name resolution case-sensitive (#3538) 2022-07-07 10:31:06 +00:00