mudge / re2

Ruby bindings to RE2, a "fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python".
http://mudge.name/re2/
BSD 3-Clause "New" or "Revised" License
129 stars 13 forks source link

Test Ruby 3.2.0-rc1 support #63

Closed mudge closed 1 year ago

mudge commented 1 year ago

Note Ruby 3.2 will remove the Fixnum constant altogether (having been unified into Integer and deprecated previously) so prefer Integer instead.