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

Refactor parser from using panics to error return values #1650

Closed
turbolent opened this issue May 13, 2022 · 0 comments · Fixed by #1764
Closed

Refactor parser from using panics to error return values #1650

turbolent opened this issue May 13, 2022 · 0 comments · Fixed by #1764
Assignees

Comments

@turbolent
Copy link
Member

Context

The parser is currently using panics to abort parsing when an unrecoverable parse error is encountered.

Definition of Done

Replace panics with an explicit error return value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants