Module: docs Branch: master Commit: 785929d918ce23baee3baaf1ce06400d13753b3e URL: http://source.winehq.org/git/docs.git/?a=commit;h=785929d918ce23baee3baaf1ce...
Author: André Hentschel nerv@dawncrow.de Date: Mon Jul 4 22:09:11 2011 +0200
winedev: A hint for patch separation.
As suggested by Jerome Leclanche.
---
en/winedev-coding.sgml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/en/winedev-coding.sgml b/en/winedev-coding.sgml index 469642f..430e602 100644 --- a/en/winedev-coding.sgml +++ b/en/winedev-coding.sgml @@ -211,6 +211,10 @@ code is your friend! </para> <para> + Patches must not break building Wine or cause test failures. + Adding dead code should also be avoided. + </para> + <para> Save yourself some embarrassment and run your patched code against more than just your current test example. Experience will tell you how much effort to apply here. If there are