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
Hi hi hi... I'm poking at switching over to rogue and when ruby warnings are on (via ruby -w or $-w = true, or just plain rake spec w/ the right config), the project SPEWS. 331 lines worth to be clear...
Some (lots) of the output is ruby warning about duplicate regexp ranges and has pointed out a number of buggy regexps... not just duplicate ranges, but regexps that can't actually work right.
I'd like to clean it up (mostly done). Y'all interested?
The text was updated successfully, but these errors were encountered:
Hi hi hi... I'm poking at switching over to rogue and when ruby warnings are on (via
ruby -w
or$-w = true
, or just plainrake spec
w/ the right config), the project SPEWS. 331 lines worth to be clear...Some (lots) of the output is ruby warning about duplicate regexp ranges and has pointed out a number of buggy regexps... not just duplicate ranges, but regexps that can't actually work right.
I'd like to clean it up (mostly done). Y'all interested?
The text was updated successfully, but these errors were encountered: