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

Add block-level error reporting #5

Open
cromo opened this issue May 12, 2021 · 0 comments
Open

Add block-level error reporting #5

cromo opened this issue May 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@cromo
Copy link
Owner

cromo commented May 12, 2021

Currently, any error that happens in user code is reported as an error in lua code. These errors are doubly removed from the source blocks because the blocks are compiled to fennel, which is then compiled to lua to be evaluated. We need a way to map errors from the lua output back to the generated fennel and then back to the original block structure so that users have a chance at debugging their programs at all.

@cromo cromo added the enhancement New feature or request label May 12, 2021
@cromo cromo self-assigned this May 12, 2021
@cromo cromo removed their assignment May 25, 2021
@cromo cromo changed the title Add error reporting Add block-level error reporting May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant