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
The parser should not fail when an error occurred while processing a invalid fragment of the document. Instead, it should report the error, discard the block and carry on with the rest of the content.
Also:
some steps in the processing pipeline ignore the upstream errors (🤦♂️)
line numbers should be provided, so the user knows where the error was detected.
The text was updated successfully, but these errors were encountered:
make sure that all subsequent steps of the pipeline are bypassed
when a DocumentFragment carries and error. Also, include the
`start` and `end` position (as offsets from the beginning of the doc)
for each fragment (with and without errors)
fixesbytesparadise#879
Signed-off-by: Xavier Coulon <[email protected]>
make sure that all subsequent steps of the pipeline are bypassed
when a DocumentFragment carries and error. Also, include the
`start` and `end` position (as offsets from the beginning of the doc)
for each fragment (with and without errors)
fixes#879
Signed-off-by: Xavier Coulon <[email protected]>
The parser should not fail when an error occurred while processing a invalid fragment of the document. Instead, it should report the error, discard the block and carry on with the rest of the content.
Also:
The text was updated successfully, but these errors were encountered: