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

Implement error reporting #13

Open
ChangeCaps opened this issue Sep 11, 2022 · 0 comments
Open

Implement error reporting #13

ChangeCaps opened this issue Sep 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ChangeCaps
Copy link
Collaborator

Good error reporting is important for any language and especially ones that might be used by people who aren't programmers.

For this reason I think a lot of our focus should be on this. I suggest implementing an ErrorReport struct that serves as a builder allowing for configurations such as adding errors, sources, source path etc. and should be able to write the report to any T: Write.

@ChangeCaps ChangeCaps added the enhancement New feature or request label Sep 11, 2022
@ChangeCaps ChangeCaps assigned ChangeCaps and unassigned ChangeCaps Sep 11, 2022
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