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: DataDog/datadog-ruby_core_source
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: DataDog/datadog-ruby_core_source
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.1
Choose a head ref
  • 2 commits
  • 106 files changed
  • 1 contributor

Commits on Apr 23, 2025

  1. [PROF-11680] Add Ruby 3.5.0-preview1 headers and bump gem version to …

    …3.4.1
    
    **What does this PR do?**
    
    This PR imports the Ruby 3.5.0-preview1 headers into the gem.
    
    **Motivation:**
    
    These headers are needed to get the Datadog Ruby profiler to work
    correctly on Ruby 3.5.0-preview1.
    
    (I tried without these updated headers and it broke since it will try
    to fall back to the 3.4 headers).
    
    **Additional Notes:**
    
    This PR is very similar to
    #14 .
    
    **How to test the change?**
    
    I've tested this PR by running the ruby profiler test suite on
    both Ruby 3.4.1 and 3.5.0-preview1 with these changes, and validating
    it was green.
    
    At some point we'll have CI in dd-trace-rb for Ruby 3.5, but currently
    this testing was done locally.
    ivoanjo committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    852162a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Merge pull request #15 from DataDog/ivoanjo/prof-11680-ruby-35-preview1

    [PROF-11680] Add Ruby 3.5.0-preview1 headers and bump gem version 3.4.1
    ivoanjo authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    3d1e46d View commit details
    Browse the repository at this point in the history
Loading