On Tue, Jul 21, 2009 at 12:05 PM, dan nessett dnessett@yahoo.com wrote:
Not sure the post-commit hook running the parser is a good idea. The software could have been broken by a previous committer. From that point on parserTests will report errors until the problem is fixed, so committers will just learn to ignore the message.
Right, well, a pre-commit hook that rejects all commits which break the software. Or a memory of what commits broke which tests and a conditional.