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

Fail model builds early when syntax errors occur #264

Merged
merged 1 commit into from
Jan 23, 2020

Conversation

mtdowling
Copy link
Member

Continuing to parse models after a syntax error will result in many
unintelligible validation events that obscure the actual syntax error.

Fixes #262

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Continuing to parse models after a syntax error will result in many
unintelligible validation events that obscure the actual syntax error.

Fixes #262
@mtdowling mtdowling force-pushed the fail-early-on-syntax-errors branch from b085443 to 3e6f766 Compare January 23, 2020 21:54
@mtdowling mtdowling merged commit c48dd82 into master Jan 23, 2020
@mtdowling mtdowling deleted the fail-early-on-syntax-errors branch January 24, 2020 23:23
@kstich kstich mentioned this pull request Mar 26, 2020
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.

Parse errors should fail the rest of the model loading process
2 participants