<br><br><div class="gmail_quote">On Tue, Sep 4, 2012 at 8:36 PM, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Tue, Sep 4, 2012 at 10:18 AM, John McCall <<a href="mailto:rjmccall@apple.com">rjmccall@apple.com</a>> wrote:<br>
> On Sep 4, 2012, at 9:42 AM, Chandler Carruth wrote:<br>
><br>
> On Fri, Aug 31, 2012 at 2:45 PM, Joao Matos <<a href="mailto:ripzonetriton@gmail.com">ripzonetriton@gmail.com</a>> wrote:<br>
>><br>
>> Author: triton<br>
>> Date: Fri Aug 31 13:45:21 2012<br>
>> New Revision: 163013<br>
>><br>
>> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=163013&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=163013&view=rev</a><br>
>> Log:<br>
>> Improved MSVC __interface support by adding first class support for it,<br>
>> instead of aliasing to "struct" which had some incorrect behaviour. Patch by<br>
>> David Robins.<br>
><br>
><br>
> For the record, I do not think this should have been committed. David mailed<br>
> the patch and you reviewed it, but both of you are in the<br>
> 'commit-after-approval' group as far as I'm aware. This is clearly not an<br>
> obvious patch, it as a huge extension to the Clang AST.<br>
><br>
> John McCall reviewed previous versions of this patch and suggested the<br>
> changes that led to the current form. Why didn't you wait until he approved<br>
> it? Was there some email that didn't make it to the list approving the<br>
> patch? (I know that email was getting dropped with earlier phases of the<br>
> review for that patch...)<br>
><br>
> I don't think we can just revert this though because so many patches have<br>
> gone in behind it.<br>
><br>
> I can't even post-commit review this because several files have had *all*<br>
> lines changed due to your client thrashing line endings!!! This is really<br>
> terrible. I know we already discussed this some, but let me re-iterate: you<br>
> must not submit patches with thrashed line endings like this.<br>
><br>
><br>
> A whitespace-insensitive diff will work, although of course that's not the<br>
> default for most tools, and it's definitely going to complicate git blames<br>
> forever on these files.<br>
<br>
</div></div>(pedantry that seems to warrant being pointed out every time this comes up:<br>
git blame -w<br>
(& not entirely portable: svn blame -x -w))<br>
<br>
Though that still leaves our viewvc providing less-than-ideal blame.<br>
<div class="im"><br></div></blockquote><div><br>Isn't there an option in the viewvc configuration to address that ? I would be surprised if the command line offered it and the viewer could not, but it may not be implemented :x<br>
<br>-- Matthieu<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
><br>
> John, thoughts on how to handle this? How can you effectively review it?<br>
><br>
><br>
> I can offer to back out the entire sequence of patches and essentially<br>
> return us to before this patch went in, and then perhaps we can get<br>
> meaningful diffs that you can review?<br>
><br>
><br>
> Ugh.  Unfortunately, that will just make naive tools say that *you* made all<br>
> the changes (only due to svn's interference — IIRC pure git can preserve the<br>
> authorship / intent history, but...), which is actively worse.  I think we<br>
> just live with it.<br>
><br>
> Joao, I'm sure it's frustrating to not have things reviewed as quickly as<br>
> you'd like, but committing without approval is not a way to achieve this.<br>
> You pushed the envelope a bit before;  if you continue this pattern, we may<br>
> have to revoke your commit privileges, which obviously we'd prefer not to<br>
> do.<br>
><br>
> I'll try to review this quickly.<br>
><br>
> John.<br>
><br>
</div>> _______________________________________________<br>
> cfe-commits mailing list<br>
> <a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
><br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br>