refactor(engine): type capture failures#2161
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
9c51eef to
a2d587e
Compare
bbdc1f1 to
2b14a70
Compare
a2d587e to
f5fa1ad
Compare
f7d95e9 to
96ad318
Compare
2dcb4ec to
fc3a9cb
Compare
96ad318 to
f998c3f
Compare
fc3a9cb to
881be1e
Compare
975e624 to
b78ead3
Compare
46b689d to
9295542
Compare
7944018 to
9ad22a6
Compare
1a9af9b to
131f444
Compare
9ad22a6 to
3fe6fc5
Compare
131f444 to
f906eee
Compare
3fe6fc5 to
c94b219
Compare
f906eee to
bfe60e6
Compare
c94b219 to
95b9322
Compare
bfe60e6 to
5e82fec
Compare
95b9322 to
131d9c1
Compare
5e82fec to
fc61671
Compare
131d9c1 to
67f5483
Compare
fc61671 to
b683ddb
Compare
67f5483 to
7935b9d
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

What
Replace message-parsed capture retry policy with typed CaptureFailure values and peer abort.
Why
Stringified worker errors lost causes and let sibling workers continue after fatal authoring failures.
How
Classify cancellation, browser, protocol, memory, verification, authoring, and IO failures; preserve diagnostics and abort peers on the first fatal kind.
Test plan