enso/app/gui/view
Mateusz Czapliński 895291876c
Fix problems related to error visualisation evaluation (#3193)
- 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
2021-12-21 10:00:57 +01:00
..
debug_scene Finish up Rust Welcome Screen (#3167) 2021-12-11 00:01:45 +03:00
graph-editor Fix problems related to error visualisation evaluation (#3193) 2021-12-21 10:00:57 +01:00
src Finish up Rust Welcome Screen (#3167) 2021-12-11 00:01:45 +03:00
welcome-screen Finish up Rust Welcome Screen (#3167) 2021-12-11 00:01:45 +03:00
Cargo.toml Developers should find the ide-gui controller codebase logical and easy to work with. (#3188) 2021-12-15 13:40:14 +03:00