Closed HParker closed 2 years ago
This fixes the warning: undefining the allocator of T_DATA class Rugged::Commit warnings that are common in ruby 3.2 builds
warning: undefining the allocator of T_DATA class Rugged::Commit
Ruby no longer wants people using the default alloc if they Data_Wrap_Struct it.
Data_Wrap_Struct
ruby discussion: https://bugs.ruby-lang.org/issues/18007
This fixes the
warning: undefining the allocator of T_DATA class Rugged::Commit
warnings that are common in ruby 3.2 buildsRuby no longer wants people using the default alloc if they
Data_Wrap_Struct
it.ruby discussion: https://bugs.ruby-lang.org/issues/18007