-
Notifications
You must be signed in to change notification settings - Fork 5
feat(cargo-each): add portable execution inputs #176
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
43 commits
Select commit
Hold shift + click to select a range
a5a99d8
feat(cargo-each): add portable execution inputs
martin-kolinek e7ff16c
test(cargo-each): harden portable execution gates
martin-kolinek c9b64ca
fix(cargo-each): bound process cleanup
martin-kolinek 76cddd7
fix(cargo-each): require sealed timeout containment
martin-kolinek 3e71f4c
test(cargo-each): cover unsealed timeout hosts
martin-kolinek 57745d8
fix(cargo-each): bound parallel output memory
martin-kolinek 9ad57b8
test(cargo-each): handle per-launch containment
martin-kolinek 0fd4a42
Merge origin/main into feat/cargo-each-portable-execution
martin-kolinek 2b0d245
fix(cargo-each): bound process and output cleanup
martin-kolinek 824e9ec
test(cargo-each): make scheduler failures observable
martin-kolinek 10233e4
test(cargo-each): cover bounded cleanup failures
martin-kolinek 8cf0e5f
test(cargo-each): make cleanup mutants terminate
martin-kolinek 347b50c
test(cargo-each): close mutation survivors
martin-kolinek 1193abf
Merge origin/main into feat/cargo-each-portable-execution
martin-kolinek fc6000b
fix(cargo-each): close portable cleanup gaps
martin-kolinek 1dfc7ce
test(cargo-each): cover process runner boundaries
martin-kolinek 6db2494
fix(cargo-gamma-process): bound child reaper failures
martin-kolinek aca3c28
feat(cargo-each): support automatic concurrency
martin-kolinek 236e919
fix(process): preserve reaper handoff ownership
martin-kolinek c46004f
test(cargo-each): avoid requiring sealed CI containment
martin-kolinek 0156a5f
fix(cargo-gamma-process): retry interrupted reaping
martin-kolinek e76f41c
Merge origin/main into feat/cargo-each-portable-execution
martin-kolinek d02990e
fix(cargo-each): preserve bounded execution contracts
martin-kolinek 76d92a8
fix(cargo-each): restore cross-platform validation
martin-kolinek 5612063
fix(process): retain failed reaper handoffs
martin-kolinek 21d9a9a
Merge origin/main into feat/cargo-each-portable-execution
martin-kolinek 7884466
refactor(cargo-each): own process-group execution
martin-kolinek 96c1e26
fix(cargo-each): enforce timeout before completion
martin-kolinek a1b883b
chore(deps): centralize command-group version
martin-kolinek 30a1f16
Merge origin/main into feat/cargo-each-portable-execution
martin-kolinek ac9d80c
fix(cargo-each): poll failed reaper handoffs
martin-kolinek b9baffd
test(cargo-each): cover fallback reaper states
martin-kolinek 4148b90
Merge origin/main into feat/cargo-each-portable-execution
martin-kolinek fa63c34
test(cargo-each): keep fallback seams Miri-clean
martin-kolinek 1efa750
fix(cargo-each): close parallel cleanup gaps
martin-kolinek 23bd6ee
test(cargo-each): pin reaper retention decisions
martin-kolinek fecc846
test(cargo-each): bound reaper completion wait
martin-kolinek 4b8f948
fix(cargo-each): clean up streamed wait failures
martin-kolinek 4847961
fix(cargo-each): preserve sequential terminal semantics
martin-kolinek 7304122
test(cargo-each): cover direct-child cleanup
martin-kolinek baa7561
test(cargo-each): pin direct-child observation
martin-kolinek 37504b6
chore(spelling): allow untimed
martin-kolinek 1504923
fix(cargo-each): generalize reaper diagnostics
martin-kolinek 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -931,6 +931,8 @@ symlinked | |
| uninherited | ||
| closers | ||
| unmanaged | ||
| nonblocking | ||
| SHA | ||
| upserts | ||
| EWMA | ||
| Untimed | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.