Closed
Description
When running tiny_tds on Ruby 3.2.0-preview 1, you get a warning when first accessing the TinyTds::Result
class:
warning: undefining the allocator of T_DATA class TinyTds::Result
You can probably avoid this by adding rb_undef_alloc_func(cTinyTdsResult);
after
tiny_tds/ext/tiny_tds/result.c
Line 586 in e3e79a0
For details, see https://bugs.ruby-lang.org/issues/18007 and https://ruby-doc.org/core-3.1.1/doc/extension_rdoc.html#label-C+struct+to+Ruby+object
Metadata
Metadata
Assignees
Labels
No labels