-
Notifications
You must be signed in to change notification settings - Fork 0
release: 3.8.0 #296
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
release: 3.8.0 #296
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1db280d
chore(release): 3.8.0
AregGevorgyan d139a46
fix(cuda): a vacuous sanitizer gate and two capability overclaims
AregGevorgyan 99ac342
fix(cuda): reach every GPU from Python, and a racecheck gate that pri…
AregGevorgyan 917a4b5
fix: the remaining silent errors, and five gates that could not fail
AregGevorgyan 661f677
Merge remote-tracking branch 'origin/cuda/3.8-hardware-fixes' into re…
AregGevorgyan 4225654
ci: three nightly shards were passing without running anything
AregGevorgyan c26cc5a
ci: do not prefix `cargo afl system-config` with sudo, and add AFL fa…
AregGevorgyan dd10b95
ci: cover release branches, and stop scheduling a job that has no runner
AregGevorgyan 9b2467e
ci: make the three broken shards actually run
AregGevorgyan 08975a6
ci: resolve the fuzz binary instead of assuming its path
AregGevorgyan 8c45932
ci: move AddressSanitizer out of the PR path and into nightly
AregGevorgyan c0a371b
ci: valgrind now runs, and gates on real leaks rather than possible ones
AregGevorgyan 3ad9e8c
ci: bring AddressSanitizer back to PRs, as a parallel job
AregGevorgyan ab4e946
ci: Tier 1b on PRs, and scope valgrind to the FFI boundary
AregGevorgyan 4130506
fix: refuse where nothing can be certified; make declines observable
AregGevorgyan 591626e
fix(simplify): record expansion declines on the parallel path too
AregGevorgyan 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
Large diffs are not rendered by default.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🩺 Stability & Availability | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: alkahest-cas/alkahest
Length of output: 8942
Make racecheck failures fail the workflow.
Set
continue-on-error: false. Otherwise, racecheck failures and sanitizer startup failures can pass silently.🤖 Prompt for AI Agents