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?
Hi hi hi... I'm poking at switching over to rogue and when ruby warnings are on (via
ruby -wor$-w = true, or just plainrake specw/ 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?