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

New error handling system #17

Open
zayfod opened this issue Sep 27, 2017 · 0 comments
Open

New error handling system #17

zayfod opened this issue Sep 27, 2017 · 0 comments

Comments

@zayfod
Copy link
Owner

zayfod commented Sep 27, 2017

Currently pyfranca's error handling is rudimentary. Whenever lexer, parser, or processor errors are detected an exception is raised and further processing stops.

Error handling has to be reworked to allow keeping a list of detected errors (objects) as part of a processor. Processing should stop only when fatal errors are detected. Simpler lexer and parser errors should just be detected and added to the list but processing should continue.

@zayfod zayfod added this to the 0.6.0 milestone Sep 27, 2017
@zayfod zayfod modified the milestones: 0.6.0, 0.7.0, 0.8.0 Oct 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant