Le 30/08/2012 15:13, Simon King a �crit :
> Thanks for all your comments! So, it seems people agree that having
> several small patches is good for reviewing. But once it has a positive
> review, the patches should be folded.
Other open source projects do things like this : a patch is for a single
coherent change ; which means:
- don't cut patches by chunk ;
- don't cut patches by file ;
- cut a patch if it correspond to several independent changes.
It's useless to review a patch which doesn't contain all changes related
to something (like in: doesn't even compile separately), and it's too
complex to review if it contains several unrelated things.
The idea to submit several patches for review and a single one for
commit is bad for at least two reasons :
(-) it means you commit something which wasn't reviewed as-is!
(-) it makes it more difficult to find which change introduced a bug,
since the changes become bigger.
Snark on #sagemath
PS: see for example
http://www.kernel.org/doc/Documentation/SubmittingPatches