-
-
Notifications
You must be signed in to change notification settings - Fork 61
Comparing changes
Open a pull request
base repository: oxidize-rb/rb-sys
base: v0.9.124
head repository: oxidize-rb/rb-sys
compare: v0.9.125
- 16 commits
- 29 files changed
- 7 contributors
Commits on Jan 8, 2026
-
Remove the implementation detail macro (#702)
`RTYPEDDATA_EMBEDDED_P` is an implementation detail of the memory management, and should not be exposed to extension libraries as a public API.
Configuration menu - View commit details
-
Copy full SHA for 7d1b068 - Browse repository at this point
Copy the full SHA 7d1b068View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af6e81 - Browse repository at this point
Copy the full SHA 0af6e81View commit details
Commits on Feb 1, 2026
-
rbsys-env: add tests for version suffix handling
• lock in ruby_version/RUBY_VERSION +N parsing • keep MAJOR/MINOR/TEENY strict numeric parsing • add version.rs coverage for ruby_version suffix case
Configuration menu - View commit details
-
Copy full SHA for 5b737ea - Browse repository at this point
Copy the full SHA 5b737eaView commit details -
Merge pull request #706 from pboling/feat/ruby-version-patch-as-abi
feat: handle ABI version suffix in Ruby HEAD
Configuration menu - View commit details
-
Copy full SHA for 1a7c43d - Browse repository at this point
Copy the full SHA 1a7c43dView commit details
Commits on Feb 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6e45e5b - Browse repository at this point
Copy the full SHA 6e45e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a6ff0f - Browse repository at this point
Copy the full SHA 8a6ff0fView commit details
Commits on Feb 12, 2026
-
chore(deps): update standard requirement from ~> 1.52.0 to ~> 1.54.0
Updates the requirements on [standard](https://github.com/standardrb/standard) to permit the latest version. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.52.0...v1.54.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.54.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44e5140 - Browse repository at this point
Copy the full SHA 44e5140View commit details
Commits on Feb 13, 2026
-
Merge pull request #709 from oxidize-rb/dependabot/bundler/standard-t…
…w-1.54.0 chore(deps): update standard requirement from ~> 1.52.0 to ~> 1.54.0
Configuration menu - View commit details
-
Copy full SHA for 5e29781 - Browse repository at this point
Copy the full SHA 5e29781View commit details
Commits on Feb 20, 2026
-
Three updates to avoid issues when using this workflow: - Update `actions/upload-artifact` to v6. v3 is deprecated - Update `actions/download-artifact` to v7 - Loop through built gems when pushing to RubyGem. Without this, we get: ``` Too many gem names; please specify only one (Gem::CommandLineError) ```
Configuration menu - View commit details
-
Copy full SHA for fa2abf0 - Browse repository at this point
Copy the full SHA fa2abf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fba02b4 - Browse repository at this point
Copy the full SHA fba02b4View commit details -
Merge pull request #710 from reid-rigo/reid-rigo-release-workflow-upd…
…ates Updates to deployment.mdx
Configuration menu - View commit details
-
Copy full SHA for 3978510 - Browse repository at this point
Copy the full SHA 3978510View commit details
Commits on Mar 12, 2026
-
Use JSON.parse instead of Gem::SafeYAML for cargo metadata
`cargo metadata --format-version 1` output is JSON. Parsing it with Gem::SafeYAML.safe_load worked incidentally because JSON is valid YAML when parsed by Psych, but Ruby 4.1.0dev sets Gem.use_psych? to false, causing SafeYAML to fall through to Gem::YAMLSerializer which cannot parse JSON correctly.
Configuration menu - View commit details
-
Copy full SHA for cd3078a - Browse repository at this point
Copy the full SHA cd3078aView commit details -
Merge pull request #714 from rwstauner/cargo-metadata-json
Use JSON.parse instead of Gem::SafeYAML for cargo metadata
Configuration menu - View commit details
-
Copy full SHA for 4c9848e - Browse repository at this point
Copy the full SHA 4c9848eView commit details
Commits on Mar 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ed7b266 - Browse repository at this point
Copy the full SHA ed7b266View commit details -
Configuration menu - View commit details
-
Copy full SHA for b42b5fb - Browse repository at this point
Copy the full SHA b42b5fbView commit details
Commits on Mar 31, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e55987b - Browse repository at this point
Copy the full SHA e55987bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.124...v0.9.125