-
-
Notifications
You must be signed in to change notification settings - Fork 26
fix(async): complete statusless AT descriptors after a bus reset #89
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
gly11
wants to merge
13
commits into
mrmidi:dev
Choose a base branch
from
gly11:fix/at-context-flush
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
dfdd9fe
ci: pin XcodeGen release for project verification
gly11 da9e0d3
ci: defer GoogleTest discovery until test execution
gly11 3e19cb1
fix(build): preserve Swift test failures in quiet mode
gly11 94b9fd3
ci: enforce the XcodeGen pin in build.sh, not just CI
gly11 7538dba
ci: harden XcodeGen pin enforcement
gly11 21ea8e2
ci: regenerate dev scheme with pinned XcodeGen
gly11 f277a87
fix(async): complete block writes from OUTPUT_LAST status
gly11 6594e52
fix(async): preserve pending OUTPUT_LAST chains
gly11 ca86043
fix(async): drain recognized chains when the AT context is quiesced
gly11 f916716
fix(async): report unsent AT packets as evt_flushed after a bus reset
gly11 be045e6
fix(async): read ContextControl ACTIVE from the shared constant
gly11 359ddd2
fix(async): stop both AT contexts and flush only quiesced ones
gly11 edcb757
fix(async): clarify statusless reset completions
gly11 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # XcodeGen release pinned for generating ASFW.xcodeproj from project.yml. | ||
| # | ||
| # Both CI (.github/workflows/build-and-test.yml) and build.sh read this file, so | ||
| # the version that regenerates the committed project is the same everywhere. | ||
| # Homebrew's xcodegen floats and its output is NOT byte-identical across | ||
| # releases (2.45.4 -> 2.46.0 reorders the pbxproj `targets` list), which is why | ||
| # the pin exists and why build.sh refuses to regenerate with a different one. | ||
| # | ||
| # Upgrading — do all three steps together, or CI's drift check will fail: | ||
| # 1. bump XCODEGEN_VERSION below | ||
| # 2. curl the release zip, put its `shasum -a 256` in XCODEGEN_SHA256 | ||
| # curl -fL -o /tmp/xcodegen.zip \ | ||
| # https://github.com/yonaskolb/XcodeGen/releases/download/<ver>/xcodegen.zip | ||
| # shasum -a 256 /tmp/xcodegen.zip | ||
| # 3. regenerate ASFW.xcodeproj with that exact version and commit it alongside | ||
| # | ||
| XCODEGEN_VERSION=2.46.0 | ||
| XCODEGEN_SHA256=4d9e34b62172d645eed6457cac13fc222569974098ef4ee9c3368bedf0196806 |
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.
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.