You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently when we're parsing a
ScriptData
, a single broken or unknown element makes the wholeScriptData
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 ofBroken
marker and continue parsing.The text was updated successfully, but these errors were encountered: