Displaying 2 results from an estimated 2 matches for "hpeople".
Did you mean:
people
2009 Feb 18
0
[LLVMdev] svn pre-commit hook: help needed
...stuff like tabs and trailing
whitespaces on its own (checking the changes back in), and yell for
things like 80-col violations and whatnot where the changes would not be
so trivial.
People who don't care are not bothered too much (their code might be
changed by the slave), and fascis^H^H^H^H^H^Hpeople who care can quickly
find out where the errors are.
By setting the tree stable timer for the slave doing the check lower
than the slaves doing the actual builds, no extra build is generated in
case the code is modified.
Beware, some people might try to ddos your buildbot after seeing all
their co...
2009 Feb 17
5
[LLVMdev] svn pre-commit hook: help needed
Anyone out there interested in helping out with a subversion pre-commit hook
to:
- remove trailing whitespace,
- expand tabs to spaces,
- detect 80-col violations,
as well as detect other style guideline breakage?
I just ran into the trailing whitespace problem: Eclipse and other editors
like to trim excess whitespace from source. However, when one commits a
patch with trailing whitespace