Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1245)

Issue 9114060: Manually reapply changes to get around shadowing warning. (Closed)

Created:
8 years, 11 months ago by sra1
Modified:
8 years, 11 months ago
Reviewers:
mmendez
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Manually reapply changes to get around stupid shadowing warning. We really need a way to turn off specific warnings. In this case, a parameter shadows a method. The code is automatically generated so hard to change, and the names chosen are really the nicest ones for the editor experience. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=3176

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -14 lines) Patch
M client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M client/dom/generated/src/wrapping/_StorageWrappingImplementation.dart View 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
sra1
tbr
8 years, 11 months ago (2012-01-11 02:06:52 UTC) #1
mmendez
On 2012/01/11 02:06:52, sra1 wrote: > tbr LGTM. Gilad is looking into how to suppress ...
8 years, 11 months ago (2012-01-11 14:14:37 UTC) #2
scheglov
On 2012/01/11 14:14:37, mmendez wrote: > On 2012/01/11 02:06:52, sra1 wrote: > > tbr > ...
8 years, 11 months ago (2012-01-11 15:11:01 UTC) #3
sra1
On 2012/01/11 15:11:01, scheglov wrote: > On 2012/01/11 14:14:37, mmendez wrote: > > On 2012/01/11 ...
8 years, 11 months ago (2012-01-11 16:07:57 UTC) #4
mmendez
8 years, 11 months ago (2012-01-11 17:37:30 UTC) #5
I think that you would want to modify client/tests/dartc/dartc.status.  Is that
the one you tried?

On 2012/01/11 16:07:57, sra1 wrote:
> On 2012/01/11 15:11:01, scheglov wrote:
> > On 2012/01/11 14:14:37, mmendez wrote:
> > > On 2012/01/11 02:06:52, sra1 wrote:
> > > > tbr
> > > 
> > > LGTM.  Gilad is looking into how to suppress specific warnings.
> > > 
> > > Konstantine, http://codereview.chromium.org/9149008/ should have made this
> > > change unnecessary.  Can you take a look and see why this change was
> necessary
> > > in light of your change?
> > 
> >   I don't know exact reason.
> >   With http://codereview.chromium.org/9149008/ and
> > https://code.google.com/p/dart/source/detail?r=3146 I don't have any warning
> for
> > dom library.
> >   When I comment check for dom library and execute Project | Clean in Editor
> (I
> > run it directly from repository, not from integration build), then I see 
> > warning. When I restore check for dom, warning disappears.
> > 
> >   So, probably author of the patch uses older version of DartC.
> 
> The issue is that the test script looks for .dart files and runs them for type
> checks. I tried suppressing that but maybe I picked the wrong status file.

Powered by Google App Engine
This is Rietveld 408576698