Improve Support for Dataflow Errors to Work with the IDE #1409
Labels
--breaking
Important: a change that will break a public API or user-facing behaviour
p-high
Should be completed in the next sprint
Summary
In order to allow APIs to be better designed around broken value semantics, we need to make some deep changes to the interpreter to support these in a more effective way. At the same time, we need to add a way of propagating panic information through nodes while continuing to execute in the IDE.
Value
Errors will be handled in a fashion that is amenable to both dataflow-oriented and normal programming.
Specification
Sentry
value type that contains the panic and the stack trace. This should be anException
.Acceptance Criteria & Test Cases
The text was updated successfully, but these errors were encountered: