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

Improve type checking error reporting #16

Open
od0x0 opened this issue Sep 4, 2022 · 0 comments
Open

Improve type checking error reporting #16

od0x0 opened this issue Sep 4, 2022 · 0 comments
Labels
deferred enhancement New feature or request

Comments

@od0x0
Copy link
Collaborator

od0x0 commented Sep 4, 2022

The error checking was implemented as a pile of asserts while I was hacking things together. This means that most errors will lack enough context to understand the offending issue and debugging an issue in a schedule requires extensive knowledge of the compiler.

I expect that I'll be the one to write most examples in the short term, so this might be something we can defer until after a paper, but there's a limit to how long that will be a good idea.

@od0x0 od0x0 added bug Something isn't working deferred enhancement New feature or request and removed bug Something isn't working labels Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deferred enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant