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

Conversation

yahonda
Copy link
Contributor

@yahonda yahonda commented May 6, 2024

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

…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
@sodabrew
Copy link
Collaborator

sodabrew commented May 6, 2024

Thank you!

@sodabrew sodabrew merged commit 936aec3 into brianmario:master May 6, 2024
20 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants