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.113
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.114
Choose a head ref
  • 4 commits
  • 11 files changed
  • 2 contributors

Commits on May 7, 2025

  1. Better docs (#531)

    * Brand new book docs
    
    * Consolidate docs
    
    * Add SEO optimizations to the book
    
    - Add meta tags for better SEO
    
    - Create sitemap generation script
    
    - Add robots.txt file
    
    - Add custom CSS and JS for improved readability and structured data
    
    - Create build script to automate the process
    
    - Update book.toml with additional metadata and configuration
    
    Signed-off-by: Ian Ker-Seymer <hello@ianks.com>
    
    * Update publishing
    
    ---------
    
    Signed-off-by: Ian Ker-Seymer <hello@ianks.com>
    ianks authored May 7, 2025
    Configuration menu
    Copy the full SHA
    ad07442 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Merge branch 'better-docs'

    ianks committed May 8, 2025
    Configuration menu
    Copy the full SHA
    68b04c9 View commit details
    Browse the repository at this point in the history
  2. Define RUBY_DEBUG macro if undefined (#532)

    * Define RUBY_DEBUG macro if undefined
    
    Add a check and default definition for RUBY_DEBUG to ensure compatibility when RUBY_DEBUG is not already defined.
    
    * Fix TYPED_DATA_EMBEDDED flag for 32/64-bit targets
    
    Ensure correct flag type is used for pointer width, preventing mismatched types on 32-bit and 64-bit architectures.
    
    * Refine ruby debug and assert header inclusion
    
    Replace RUBY_DEBUG guard with HAVE_RUBY_ASSERT_H, include ruby/assert.h when available, and remove manual RUBY_DEBUG definition.
    
    * Update Docker workflow and fix RUBY_DEBUG reference
    
    - Trigger Docker workflow on docker branches
    - Fix RUBY_DEBUG path in debug_ruby_assert_type macro
    
    * Move ruby/assert.h include after other headers
    
    Relocate ruby/assert.h inclusion to the end and add RUBY_DEBUG fallback if not present. Ensures correct header order and macro definition.
    
    * Remove ruby/assert.h include and update debug macro
    
    Remove conditional inclusion of ruby/assert.h from wrapper.h.
    Update debug_ruby_assert_type! macro to use cfg(ruby_ruby_debug).
    
    * Prevent unused variable warnings in debug macro
    
    Add code to use macro arguments when debug is disabled to avoid compiler warnings.
    ianks authored May 8, 2025
    Configuration menu
    Copy the full SHA
    16d2560 View commit details
    Browse the repository at this point in the history
  3. Bump to v0.9.114

    ianks committed May 8, 2025
    Configuration menu
    Copy the full SHA
    f5a504d View commit details
    Browse the repository at this point in the history
Loading