You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nadr0
changed the title
Feature: Better error reporting and display of errors in the UI
Feature: Better KCL error reporting and display of errors in the UI
Feb 25, 2025
For the glorious future, my vision is that CompilationError is used for all errors in user code (and std lib functions), and KclError is only used for internal errors (due to bugs, or IO failure, etc.). This is pretty low priority and a lot of work because KclError is deeply integrated with control flow in the parser and executor. For all parts of the interpreter user errors should be collected rather than returned and we properly distinguish fatal and non-fatal errors.
relates #5192
Issue
Future
Reporting errors to the user
Gotchas
DOM
The text was updated successfully, but these errors were encountered: