enso/distribution/lib/Standard
Dmitry Bushev 9a0f739cb0
Visualization preprocessor should not catch errors (#6423)
related #6323

Fixes the following scenario:
- preprocessor function catches `ThreadInterruptedException` and returns it as a JSON
```json
{"error":"org.enso.interpreter.runtime.control.ThreadInterruptedException"}
```
- engine thinks that the visualization was computed successfully and just returns it to the user (without doing any fallback logic like retrying the computation)
- IDE displays blank visualization
2023-04-27 12:42:34 +00:00
..
Base/0.0.0-dev Table Visualization and display text changes. (#6382) 2023-04-26 18:15:48 +00:00
Database/0.0.0-dev Table Visualization and display text changes. (#6382) 2023-04-26 18:15:48 +00:00
Examples/0.0.0-dev Remove old (Java) Regex library and replace with new (Truffle) library. (#6195) 2023-04-04 19:58:26 +00:00
Geo/0.0.0-dev Fix up some type signatures... (#5979) 2023-03-17 11:53:23 +00:00
Google_Api/0.0.0-dev New documentation parser (#5917) 2023-03-15 15:43:51 +00:00
Image/0.0.0-dev Add PRIVATE so function hidden from Component Browser and other tidying... (#6207) 2023-04-05 17:54:06 +00:00
Searcher/0.0.0-dev Detect conflicts between exported types and FQNs (#5986) 2023-03-21 21:09:41 +00:00
Table/0.0.0-dev Table Visualization and display text changes. (#6382) 2023-04-26 18:15:48 +00:00
Test/0.0.0-dev Add typechecks to Aggregate and Cross Tab (#6380) 2023-04-24 08:55:54 +00:00
Visualization/0.0.0-dev Visualization preprocessor should not catch errors (#6423) 2023-04-27 12:42:34 +00:00