* Stefano Lattarini wrote on Sun, Aug 08, 2010 at 07:42:39PM CEST: > > The rest seems good for maint, thanks. > BTW, the patch was against master, and while rebasing it I saw (well, > a merge conflict made me see) that I could backport some extra checks > in condinc2.test from master to maint. I did that, too. > > The updated patch is attached.
You don't need another approval from me when I write that the patch is ok with fixes. Let's try to keep the review dance efficient. Generally, however, I'd prefer to not get into the business of backporting fixes from master by redoing them. It has a technical and a semantical downside: it makes git merge errors likely (things end up doubled in the file), and one should introduces changes once only; if they were added to master only, then either there was a reason for that, or it was an error. Backporting testsuite coverage by definition seems like a waste of time to me: master is the interesting place for development, something that is stable does not need more testsuite exposure. (This argument doesn't hold for new patches against maint, as long as the extra cost of applying it to maint rather than to master is almost zero; if it isn't any more, then let's add the patches to master only.) Cheers, Ralf