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

Fix Ruby 3.2 warnings: undefine the ‘allocate’ class method #28

Merged
merged 2 commits into from
Feb 13, 2023

Conversation

orien
Copy link
Member

@orien orien commented Feb 11, 2023

This resolves the warnings given by Ruby 3.2:

warning: undefining the allocator of T_DATA class Exiv2::ExifData
warning: undefining the allocator of T_DATA class Exiv2::Image
warning: undefining the allocator of T_DATA class Exiv2::IptcData
warning: undefining the allocator of T_DATA class Exiv2::XmpData

https://github.com/envato/exiv2/actions/runs/4153173938/jobs/7184639529#step:5:25

This resolves the warnings given by Ruby 3.2:
> warning: undefining the allocator of T_DATA class Exiv2::Image
> warning: undefining the allocator of T_DATA class Exiv2::IptcData
> warning: undefining the allocator of T_DATA class Exiv2::ExifData
> warning: undefining the allocator of T_DATA class Exiv2::XmpData
@orien orien requested a review from viraptor February 12, 2023 20:17
Copy link
Contributor

@viraptor viraptor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw that and was worried it will be a much bigger pain. Thank you!

@orien orien merged commit ecc8349 into master Feb 13, 2023
@orien orien deleted the ruby-warnings branch February 13, 2023 01:33
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