enso/distribution/lib/Standard/Table
Hubert Plociniczak 6eb4737330
Append warnings extracted before tail call execution (#6849)
Throwing `TailCallException` meant that exceptions that were extracted from the expression before the call was made could not be appended. This change catches the `TailCallException`, adds warnings to it and propagates it further, thus ensuring that we don't loose the information.

Closes #6765.

# Important Notes
Removed workarounds introduced in stdlib.
2023-05-29 12:44:15 +00:00
..
0.0.0-dev Append warnings extracted before tail call execution (#6849) 2023-05-29 12:44:15 +00:00