akihikodaki / cld3-ruby

cld3-ruby is an interface of Compact Language Detector v3 (CLD3) for Ruby.
Apache License 2.0
77 stars 22 forks source link

Warning in ruby 3.2 #42

Closed j-manu closed 1 year ago

j-manu commented 1 year ago

Getting this warning while running cld3 in ruby 3.2 in Linux in docker

/usr/local/bundle/gems/cld3-3.5.1/lib/cld3.rb:53: warning: undefining the allocator of T_DATA class CLD3::NNetLanguageIdentifier::Unstable
akihikodaki commented 1 year ago

Fixed with commit ed6ef27848d9d3ff63a357fa7085cfaed32c48dc.