Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent error line reporting #887

Open
matteo-cristino opened this issue May 24, 2024 · 0 comments
Open

Consistent error line reporting #887

matteo-cristino opened this issue May 24, 2024 · 0 comments
Labels
bindings issue related to language bindings enhancement

Comments

@matteo-cristino
Copy link
Collaborator

The line where an error occur should always be reported in the same way, i.e. by adding to the trace

"[!] Error at Zencode line " .. linenum

Currently this is done only on runtime error, but this should be extend also to parsing error.
This is necessary to have better looking zencode error in slangroom and could also be usefull for other stuffs.

@jaromil jaromil added enhancement bindings issue related to language bindings labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bindings issue related to language bindings enhancement
Projects
None yet
Development

No branches or pull requests

2 participants