|
|
Created:
6 years, 4 months ago by Mostyn Bramley-Moore Modified:
6 years, 4 months ago CC:
chromium-reviews Base URL:
svn://svn.chromium.org/chrome/trunk/src Project:
chromium Visibility:
Public. |
Descriptionavoid >> ambiguity in gin test
Followup from https://codereview.chromium.org/419673004
BUG=397554
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289129
Patch Set 1 #Patch Set 2 : fix presubmit warning #Messages
Total messages: 25 (0 generated)
@abarth, hansmuller: please take a look at this small fixup.
Does this error show up on the waterfall?
On 2014/08/11 18:00:41, abarth wrote: > Does this error show up on the waterfall? I'm not sure, I found this in local builds. This convention (including a space) seems to be used elsewhere in the code base.
On 2014/08/11 18:00:41, abarth wrote: > Does this error show up on the waterfall? I'm not sure, I found this in local builds. This convention (including a space) seems to be used elsewhere in the code base.
On 2014/08/11 18:10:45, Mostyn Bramley-Moore wrote: > On 2014/08/11 18:00:41, abarth wrote: > > Does this error show up on the waterfall? > > I'm not sure, I found this in local builds. > > This convention (including a space) seems to be used elsewhere in the code base. I thought the need to add a space to disambiguate closing a template from right shift was archaic. On the other hand, you're right that our code base seems to add the extra space; your change LGTM.
On 2014/08/11 at 18:10:45, mostynb wrote: > On 2014/08/11 18:00:41, abarth wrote: > > Does this error show up on the waterfall? > > I'm not sure, I found this in local builds. > > This convention (including a space) seems to be used elsewhere in the code base. I suspect this is a C++11 issue. Using >> is allowed in C++11, and I believe all the bots are configured currently to use the C++11 language rules. If we don't have any automated mechanisms to prevent us from doing this in the future, we'll just regress this. Can you configure your local compiler to use C++11?
> I suspect this is a C++11 issue. Using >> is allowed in C++11, and I believe > all the bots are configured currently to use the C++11 language rules. If we > don't have any automated mechanisms to prevent us from doing this in the future, > we'll just regress this. > > Can you configure your local compiler to use C++11? Not immediately, but I can keep this as a local patch until I can. (Closing this issue.)
I think we should just land this CL. I suspect you'll need to switch to C++11 soon though.
The CQ bit was checked by abarth@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/460583002/1
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/40641) chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...) mac_chromium_rel_swarming on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
On 2014/08/12 17:32:58, abarth wrote: > I think we should just land this CL. I suspect you'll need to switch to C++11 > soon though. Thanks, I appreciate it. But I think you need to say the magic word for the CQ first. (I'm trying to make it until chromium 38 is released with as few local c++11 related patches as I can, after that I will focus on replacing these old toolchains.)
lgtm
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by mostynb@opera.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/460583002/1
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by mostynb@opera.com
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/460583002/20001
Message was sent while issue was closed.
Change committed as 289129 |