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

Parsing ScriptData fails completely if one element fails #10

Open
sdroege opened this issue Jan 15, 2018 · 0 comments
Open

Parsing ScriptData fails completely if one element fails #10

sdroege opened this issue Jan 15, 2018 · 0 comments

Comments

@sdroege
Copy link
Contributor

sdroege commented Jan 15, 2018

Currently when we're parsing a ScriptData, a single broken or unknown element makes the whole ScriptData parsing fail. It would seem nicer if parsing could at least return everything that parsed successfully up to that point, or even better in cases where that is possible replaces broken elements with some kind of Broken marker and continue parsing.

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

2 participants