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
* Supress warnings during regexp creation
User input can contain arbitrary regexes.
Something like `Parser::CurrentRuby.parse("/[\177\01\1778]/")` shows a warning:
> character class has duplicated range: /[\x7f\x01\x7f8]/
* Don't emit warnings when parsing floats
`Parser::CurrentRuby.parse("9.9999e999")`
> Float 9.9999e999 out of range
0 commit comments