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
130 stars 13 forks source link

Run compilation tests against Ruby 3.3.0-preview2 #110

Closed mudge closed 1 year ago

mudge commented 1 year ago

Before compiling the native gems against the latest, unreleased version of Ruby, check the gem compiles and passes its tests when the user has to compile against it on install.

See https://github.com/mudge/re2/issues/108