Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby 3.2 deprecates double_heap option to GC.verify_compaction_references #1365

Merged
merged 1 commit into from
May 6, 2024
Merged

Ruby 3.2 deprecates double_heap option to GC.verify_compaction_references #1365

merged 1 commit into from
May 6, 2024

Commits on May 6, 2024

  1. Ruby 3.2 deprecates double_heap option to `GC.verify_compaction_ref…

    …erences`
    
    This commit uses newly supported `expand_heap` option if Ruby version is 3.2 or higher.
    
    - Warning message fixed by this commit:
    ```
    $ bundle exec rake spec
    ... snip ...
    <internal:gc>:286: warning: double_heap is deprecated, please use expand_heap instead
    ... snip ...
    ```
    
    Refer to ruby/ruby@a6dd859
    yahonda committed May 6, 2024
    Configuration menu
    Copy the full SHA
    bdb3370 View commit details
    Browse the repository at this point in the history