You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BIDI_FAILURE regexps all used `\g<name>` to define char classes and
then re-use them. Unfortunately, ruby 3.2 can't compile that to run in
linear time. The regexps could also be written using lookahead, but
that also wouldn't run in linear time.
0 commit comments