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

Exception error cleanup #24

Merged
merged 7 commits into from
Mar 19, 2024
Merged

Exception error cleanup #24

merged 7 commits into from
Mar 19, 2024

Conversation

LinuxDevon
Copy link
Owner

This is to cleanup the error handling for the exceptions. Before they were all generic and no way to know where or why they were thrown.

I added a way to also see the unused lines as way to error out on parsing.

@Murmele please let me know what you think and if you want anything changed.

Closes #22

@Murmele
Copy link
Contributor

Murmele commented Mar 19, 2024

Using different derivatives instead of enums is also fine for me. Thanks for the implementation!

@LinuxDevon LinuxDevon merged commit 58669c9 into master Mar 19, 2024
19 checks passed
@LinuxDevon LinuxDevon deleted the Exception-Error-Cleanup branch March 19, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Better error messages
2 participants