[EMAIL PROTECTED] wrote:
> Date: Fri, 29 Aug 2008 01:51:22 +0200
> From: [EMAIL PROTECTED]
>
> Hi hackers.
Hey jemarch,
> One of the new targets is 'syntax-check'. It performs a check of
> common pitfalls on the source code and GCS conformance.
>
> Please do a make syntax-check before to send a patch.
Wonderful feature.
It would be nice if we have a 'developers-only' script that runs the test
suite, the syntax check and any other future script :-). (soon or later I'll
forget to do either one before sending a patch)
cheers
-gerel
Rather than a script to do that, I suggest we write a bzr hook. It'd be good to
just have a hook thats run after a commit (since you have to commit before
generating a merge directive) and does syntax-check as well as running the test
suite.
How's that sound to everyone?
-Zac