Improve Kym Runtime Errors #17
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.