Fail-fast mode #19

Open
opened 2024-07-03 02:53:56 +00:00 by zyxw59 · 0 comments
zyxw59 commented 2024-07-03 02:53:56 +00:00 (Migrated from github.com)

Currently, the parser will try to parse until the end of the input even if it encounters errors, so that it can surface as many errors as possible in a single pass (rather than requiring a new run after each error is fixed in turn). However, there may be cases where it is preferable to exit after the first error is encountered.

Currently, the parser will try to parse until the end of the input even if it encounters errors, so that it can surface as many errors as possible in a single pass (rather than requiring a new run after each error is fixed in turn). However, there may be cases where it is preferable to exit after the first error is encountered.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mle/selkirk#19
No description provided.