On Fri, 2008-08-15 at 07:00 -0700, Will Coleda wrote: > #not ok 1 - Line length ok > # Failed test 'Line length ok' > # at t/codingstd/linelength.t line 80. > # Lines longer than coding standard limit (100 columns) in 1 files: > # /home/smoke/parrot/compilers/pirc/new/pirsymbol.c:256: 104 cols > # Looks like you failed 1 test of 1. > > This causes -all- smolder reports to be marked as failures.
Perhaps 'make codetest' or 'make codingstd_tests' should be an automated commit hurdle? Meaning, SVN won't allow the commit if those don't pass. (Before anyone asks, I do not know how to write SVN commit hurdles. I just seem to recall they are possible.) -'f