
On 11/10/2010 5:26 PM, Jim Bell wrote:
On 1:59 PM, vicente.botet wrote:
----- Original Message ----- From: "Jim Bell" <Jim@JC-Bell.com> To: <boost@lists.boost.org> Sent: Wednesday, November 10, 2010 6:21 PM Subject: Re: [boost] [1.45] Release v trunk, as of r66483
On 1:59 PM, vicente.botet wrote:
----- Original Message ----- From: "Jim Bell" <Jim@JC-Bell.com> To: <boost@lists.boost.org> Sent: Wednesday, November 10, 2010 4:38 PM Subject: [boost] [1.45] Release v trunk, as of r66483
Here's a list of all differences between release and trunk, as of r66483 (this morning).
I won't slam the mailing list with its contents, so it's here instead:
http://jc-bell.com/files/release-v-trunk-r66483.csv
Organized by Folder (2nd column), and it might have a stray false positive or negative since I apply a patch to test.
[...] it is not that I consider your report not useful, but you should add some flags that avoids signaling differences in lines as
// $Id: list20_c.cpp 49240 2008-10-10 09:21:07Z agurtovoy $ // $Date: 2008-10-10 11:21:07 +0200 (ven., 10 oct. 2008) $ // $Revision: 49240 $
Most of the mpl files include this kind of comments. Thanks for the feedback...
Ok, take 3: ignoring whitespace & EOL diffs, and this line filter regex:
\$[^\$]*\$\s*$
This cuts the list in half.
Same URL: http://jc-bell.com/files/release-v-trunk-r66483.csv
Glad to add other filters, and I realize the above regex could be a little tighter, I suppose.
TAKE 4! More file filtering (.pyc too) Line fitering (for $...$ and copyrights): \$\w+.*\d+.*$ \s+\([Cc]\)\s+.*\d+ WinMerge upgrade. (2.8 showed files as different when the only diff was a filtered line.) I think this is converging on something more meaningful. Over half are trunk-only: icl, graph, random, test, etc. Same URL.