Skip to content

Doesn't build on Ruby 4.1 because untyped data API got removed #1002

@Earlopain

Description

@Earlopain

I'm testing against ruby-head and rugged doesn't build against Ruby 4.1 anymore. Ruby removed some deprecated functions recently (ruby/ruby#15447), which caused this.

I found #998 which already moved most things over but it looks like the comment about the backend has now become relevant (: There's also one gem-controlled instance here that needs to be changed

rb_mShutdownHook = Data_Wrap_Struct(rb_cObject, NULL, &cleanup_cb, NULL);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions