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

Issue 8764019: - "#library warning" fixit: Add #library where it could be expected. (Closed)

Created:
9 years ago by Ivan Posva
Modified:
9 years ago
Reviewers:
dgrove, zundel
CC:
reviews_dartlang.org
Visibility:
Public.

Description

- "#library warning" fixit: Add #library where it could be expected. Committed: https://code.google.com/p/dart/source/detail?r=1968

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M standalone/src/ProcessSegfaultTest.dart View 1 chunk +1 line, -0 lines 0 comments Download
M standalone/src/ProcessStderrTest.dart View 1 chunk +1 line, -0 lines 0 comments Download
M standalone/src/ProcessStdoutTest.dart View 1 chunk +1 line, -0 lines 0 comments Download
M standalone/src/SocketManyConnectionsTest.dart View 1 chunk +1 line, -0 lines 0 comments Download
M stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart View 1 chunk +1 line, -0 lines 2 comments Download
M stub-generator/src/MintMakerPromiseWithStubsTest.dart View 1 chunk +1 line, -0 lines 0 comments Download
M stub-generator/src/MintMakerPromiseWithStubsTest-generatedTest.dart View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Ivan Posva
9 years ago (2011-12-01 05:52:34 UTC) #1
dgrove
lgtm
9 years ago (2011-12-01 05:53:48 UTC) #2
zundel
http://codereview.chromium.org/8764019/diff/1/stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart File stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart (right): http://codereview.chromium.org/8764019/diff/1/stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart#newcode7 stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart:7: #library("MintMakerFullyIsolatedTest-generatedTest"); Since this file is generated, the generator (part ...
9 years ago (2011-12-01 15:41:53 UTC) #3
Ivan Posva
http://codereview.chromium.org/8764019/diff/1/stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart File stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart (right): http://codereview.chromium.org/8764019/diff/1/stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart#newcode7 stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart:7: #library("MintMakerFullyIsolatedTest-generatedTest"); On 2011/12/01 15:41:54, zundel wrote: > Since this ...
9 years ago (2011-12-01 17:09:14 UTC) #4
zundel
9 years ago (2011-12-01 17:34:55 UTC) #5
On 2011/12/01 17:09:14, Ivan Posva wrote:
>
http://codereview.chromium.org/8764019/diff/1/stub-generator/src/MintMakerFul...
> File stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart (right):
> 
>
http://codereview.chromium.org/8764019/diff/1/stub-generator/src/MintMakerFul...
> stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart:7:
> #library("MintMakerFullyIsolatedTest-generatedTest");
> On 2011/12/01 15:41:54, zundel wrote:
> > Since this file is generated, the generator (part of dartc) that makes this
> file
> > needs to be updated too.
> 
> I am sorry, I noticed that this file is generated. It is kind of obvious in
the
> name.
> 
> Unfortunately as this file is checked in, there is no way to ensure that the
> current generator checked into the source tree would generate something that
is
> compatible, it might even have been generated with local changes in whoever's
> checkout this came from. So I did the only thing that was available to me
change
> the file in place. Except of course deleting the generated file, which would
be
> the correct way of dealing with checked in generated source code.

If you haven't created a bug already, could you create a bug and assign it to
me?

Powered by Google App Engine
This is Rietveld 408576698