Improve Kym Runtime Errors #17

Closed
opened 2023-06-04 16:41:06 +02:00 by kayomn · 1 comment
Owner

Improve runtime errors to give more precise details about where they occurred, such as the line number if within a script, or an indicator if it occurred from within native code outside of script execution.

Improve runtime errors to give more precise details about where they occurred, such as the line number if within a script, or an indicator if it occurred from within native code outside of script execution.
kayomn added this to the (deleted) milestone 2023-06-04 16:41:06 +02:00
Author
Owner

PR !29 has handled improving the parser errors, however runtime errors could do with more work. They may have a stack trace now, but it lacks line information as Chunks don't record this information during compilation.

PR !29 has handled improving the parser errors, however runtime errors could do with more work. They may have a stack trace now, but it lacks line information as Chunks don't record this information during compilation.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kayomn/ona#17
No description provided.