Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxidize-rb/rb-sys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.124
Choose a base ref
...
head repository: oxidize-rb/rb-sys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.125
Choose a head ref
  • 16 commits
  • 29 files changed
  • 7 contributors

Commits on Jan 8, 2026

  1. 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.
    nobu authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    7d1b068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0af6e81 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

  1. 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
    pboling committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    5b737ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #706 from pboling/feat/ruby-version-patch-as-abi

    feat: handle ABI version suffix in Ruby HEAD
    gjtorikian authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    1a7c43d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Configuration menu
    Copy the full SHA
    6e45e5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #708 from gjtorikian/fix-regexp

    Fix regexp
    gjtorikian authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    8a6ff0f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. 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]>
    dependabot[bot] authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    44e5140 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. 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
    gjtorikian authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    5e29781 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Updates to deployment.mdx

    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)
    ```
    reid-rigo authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    fa2abf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fba02b4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #710 from reid-rigo/reid-rigo-release-workflow-upd…

    …ates
    
    Updates to deployment.mdx
    gjtorikian authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    3978510 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. 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.
    rwstauner committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    cd3078a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #714 from rwstauner/cargo-metadata-json

    Use JSON.parse instead of Gem::SafeYAML for cargo metadata
    gjtorikian authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    4c9848e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Bump bingen

    gjtorikian committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    ed7b266 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #713 from oxidize-rb/bump-bindgen

    Bump bindgen
    gjtorikian authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    b42b5fb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Bump to v0.9.125

    ianks committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    e55987b View commit details
    Browse the repository at this point in the history
Loading