-
Notifications
You must be signed in to change notification settings - Fork 1
fix(parser): restore complete live lexer state and relex to EOF (#7294) #6759
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
18c546a
fix(parser): capture live lexer restart state
EffortlessSteven 4d88aea
contract(parser): report lexer restart strategy
EffortlessSteven 48e4cae
fix(parser): derive restart summaries from live lexing
EffortlessSteven e94c08b
fix(parser): relex live checkpoint suffix to EOF
EffortlessSteven 4adf613
fix(parser): return truthful lexer restart receipt
EffortlessSteven 3b9e8f4
fix(parser): keep one replayable summary per byte boundary
EffortlessSteven 493bb40
test(parser): prove live checkpoint restart parity
EffortlessSteven 01f00b8
test(parser): import restart strategy from incremental module
EffortlessSteven 94a30ba
fix(parser): suppress restart boundaries inside pending heredocs
EffortlessSteven d224667
test(parser): borrow heredoc token kind in restart guard
EffortlessSteven 0985810
fix(lexer): checkpoint every mutable replay state
EffortlessSteven 99b09e9
fix(lexer): restore complete mutable checkpoint state
EffortlessSteven 9bf11c2
feat(lexer): export complete checkpoint state types
EffortlessSteven 99e218d
fix(parser): authorize heredoc restart boundaries from live state
EffortlessSteven d2653dd
fix(parser): adjust live checkpoints across edits
EffortlessSteven aff441a
fix(lexer): expose checkpoint edit invalidation
EffortlessSteven 4c6794b
fix(parser): keep stacked edit batches atomic
EffortlessSteven 00ab466
feat(parser): model unchanged lexer restart receipts
EffortlessSteven c191b19
fix(parser): report empty edit batches as unchanged
EffortlessSteven 309fdc1
test(parser): carry generation-neutral no-op proof into restart branch
EffortlessSteven dfc0524
test(parser): expand restart receipts across stateful Perl edits
EffortlessSteven 26feb3d
fix(lexer): fail closed when checkpoint position identity shifts
EffortlessSteven 5ecc0cf
test(lexer): prove shifted and invalidated checkpoints cannot restore
EffortlessSteven ed7c675
test(parser): migrate restart contracts to state accessors
EffortlessSteven ce1cf0c
fix(parser): apply incremental batches atomically
EffortlessSteven 3bec85d
test(parser): prove empty edit batches are no-ops
EffortlessSteven 525093e
fix(parser): keep unit-test imports explicit
EffortlessSteven eb8c651
fix(incremental): keep live checkpoints restorable
EffortlessSteven cd20fa5
fix(parser): fail closed on timeout-sensitive checkpoints
EffortlessSteven 24898ea
fix(parser): align checkpoint recovery with current lexer policy
EffortlessSteven 6ce184d
fix(parser): keep timeout repair merge-compatible
EffortlessSteven 0739bc0
ci(parser): record this PR's proofs in the parser integration identit…
EffortlessSteven 5d2a13c
fix(parser): fail closed on invalid checkpoint windows
EffortlessSteven 6252120
fix(ci): classify lexer restart exports
EffortlessSteven 667b004
ci(parser): register lexer restart integration proof
EffortlessSteven eb12bce
fix(parser): use direct checkpoint validity predicates
EffortlessSteven f3bdf2b
test: cover checkpoint offset transforms
EffortlessSteven 3df35d4
fix(parser): repair live lexer restart findings
EffortlessSteven 51730ed
fix(ci): align parser authority export marker
EffortlessSteven File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.