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

Upgrade RE2 to 2023-09-01 #97

Closed mudge closed 1 year ago

mudge commented 1 year ago

Note we're not also upgrading abseil to its latest version (20230802.0) as it drops compatibility for macOS 10.13 and requires workarounds on Windows (see https://github.com/abseil/abseil-cpp/issues/1510).

(See https://github.com/mudge/re2/pull/95 for a PR to also upgrade abseil.)