-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump `rb-sys-test-helpers` to v0.1.4 * Add `rb_gc_guard!` macro * Ensure exact ASM is generated * Volatile writes for protect in test helpers * Safer version of RubyException in test helpers * Run all tests with opt-level=3 * Don't run memory tests on windows just yet (until we have stable macros' * Hardmode test for rb_gc_guard * Type sig fixes * Feature flag it * Disabe rb_gc_guard in test helpers for now * Bump msrv to 1.59 * Bump msrv to 1.59 * Remove ruby-lsp dep in gemfile * Dont attempt to upload entire target dir on cargo test fail * Remove rust toolchain file * Avoid double panicking in test helper shutdown * Increase timeout * Follow the rules of MaybeUninit more closely * Fixes * f * Remove unneeded feature flag * Restrict rake-compiler version for now
- Loading branch information
Showing
15 changed files
with
227 additions
and
96 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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 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.