mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 17:13:07 +03:00
895291876c
- Add parser & handler in IDE for `executionContext/visualisationEvaluationFailed` message from Engine (fixes a developer console error "Failed to decode a notification: unknown variant `executionContext/visualisationEvaluationFailed`"). The contents of the error message will now be properly deserialized and printed to Dev Console with appropriate details. - Fix a bug in an Enso code snippet used internally by the IDE for error visualizations preprocessing. The snippet was using not currently supported double-quote escaping in double-quote delimited strings. This lack of processing is actually a bug in the Engine, and it was reported to the Engine team, but changing the strings to single-quoted makes the snippet also more readable, so it sounds like a win anyway. - A test is also added to the Engine CI, verifying that the snippet compiles & works correctly, to protect against similar regressions in the future. Related: #2815 |
||
---|---|---|
.. | ||
debug_scene | ||
graph-editor | ||
src | ||
welcome-screen | ||
Cargo.toml |