-
-
Notifications
You must be signed in to change notification settings - Fork 474
feat(core): [Unhandled Sessions 1] Add Unhandled session state and non-terminating error flag #5919
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
Open
buenaflor
wants to merge
19
commits into
feat/unhandled-sessions
from
feat/unhandled-sessions-protocol
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
8a95759
feat(core): Add Unhandled session state and pending-unhandled marker
buenaflor 0a6e2c4
ref: rename pendingUnhandled to nonTerminatingUnhandledError
buenaflor 914f836
ref: drop public setter for the non-terminating unhandled error flag
buenaflor 3445b94
ref: initialize the non-terminating flag through a private constructor
buenaflor 6ca65c5
ref: prefix the non-terminating flag field with has
buenaflor dfdd999
ref: drop comments that restate the code in Session
buenaflor 487daa8
test: move Session serialization cases out of SessionTest
buenaflor f7575a1
test: remove SessionTest
buenaflor ae2f5da
docs(session): describe hasNonTerminatingUnhandledError on the field
buenaflor d0cbd81
docs(session): capitalise the hasNonTerminatingUnhandledError comment
buenaflor 4256a7b
ref(session): drop the private canonical constructor
buenaflor 9b00da8
test(session): use Truth in the new session serialization tests
buenaflor 76f3fa4
test(session): cover the unhandled flag through the previous-session โฆ
buenaflor 8fe5142
test(session): cover the unhandled session shape with a JSON fixture
buenaflor 4c5d7a2
docs(session): Clarify Unhandled state and hybrid-only recording
buenaflor 8437702
docs(session): Reword Unhandled status javadoc
buenaflor 398f0eb
ref(session): Clear the unhandled marker for any terminal status
buenaflor 3347255
ref(session): Name the terminal-status check
buenaflor 7f47fa4
Revert "ref(session): Name the terminal-status check"
buenaflor 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
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.