-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve Ruby 3.2 "undefining the allocator of T_DATA class" warnings (#…
…299) * Resolve warnings: warning: undefining the allocator of T_DATA class Ox::Cache warning: undefining the allocator of T_DATA class Ox::Sax::Value See: https://bugs.ruby-lang.org/issues/18007 Order of dumped XML elements changed in a test, but I believe the change is not significant. * Split the assert into two asserts that verify both elements are exported, but not requiring them be in a particular order. * Protect calls to rb_undef_alloc_func against old Ruby API versions.
- Loading branch information
1 parent
9b54734
commit 1572779
Showing
4 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters