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
Regex doesn't support the \O "any scalar" meta character, but since it's included in the CCC representation, we have untestable branches in various places with dubious implementations. We should remove it throughout.
The text was updated successfully, but these errors were encountered:
Regex
doesn't support the\O
"any scalar" meta character, but since it's included in the CCC representation, we have untestable branches in various places with dubious implementations. We should remove it throughout.The text was updated successfully, but these errors were encountered: