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

Issue 10115026: Address the remaining review comments on http://chromiumcodereview.appspot.com/9431029. (Closed)

Created:
8 years, 8 months ago by karlklose
Modified:
8 years, 7 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Break a long line. #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -29 lines) Patch
M lib/compiler/implementation/compile_time_constants.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M lib/compiler/implementation/elements/elements.dart View 1 2 3 4 2 chunks +9 lines, -3 lines 0 comments Download
M lib/compiler/implementation/resolver.dart View 1 2 3 4 3 chunks +12 lines, -18 lines 0 comments Download
M lib/compiler/implementation/ssa/codegen.dart View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M lib/compiler/implementation/typechecker.dart View 1 2 3 4 2 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
karlklose
8 years, 8 months ago (2012-04-18 14:29:58 UTC) #1
ahe
http://codereview.chromium.org/10115026/diff/2001/lib/compiler/implementation/elements/elements.dart File lib/compiler/implementation/elements/elements.dart (right): http://codereview.chromium.org/10115026/diff/2001/lib/compiler/implementation/elements/elements.dart#newcode346 lib/compiler/implementation/elements/elements.dart:346: cachedType = new InterfaceType(name, this); This could be set ...
8 years, 8 months ago (2012-04-19 08:20:06 UTC) #2
karlklose
PTAL. http://codereview.chromium.org/10115026/diff/2001/lib/compiler/implementation/elements/elements.dart File lib/compiler/implementation/elements/elements.dart (right): http://codereview.chromium.org/10115026/diff/2001/lib/compiler/implementation/elements/elements.dart#newcode346 lib/compiler/implementation/elements/elements.dart:346: cachedType = new InterfaceType(name, this); On 2012/04/19 08:20:06, ...
8 years, 8 months ago (2012-04-25 11:45:43 UTC) #3
karlklose
Ping.
8 years, 7 months ago (2012-04-30 08:02:41 UTC) #4
ahe
LGTM with a few nits. Sorry for the delay. Cheers, Peter https://chromiumcodereview.appspot.com/10115026/diff/9001/lib/compiler/implementation/resolver.dart File lib/compiler/implementation/resolver.dart (right): ...
8 years, 7 months ago (2012-05-01 17:26:24 UTC) #5
karlklose
8 years, 7 months ago (2012-05-02 08:26:50 UTC) #6
Thanks, Peter.

https://chromiumcodereview.appspot.com/10115026/diff/9001/lib/compiler/implem...
File lib/compiler/implementation/resolver.dart (right):

https://chromiumcodereview.appspot.com/10115026/diff/9001/lib/compiler/implem...
lib/compiler/implementation/resolver.dart:1108: if (cls.typeParameters.length ==
0) {
Not necessary, as discussed.

https://chromiumcodereview.appspot.com/10115026/diff/9001/lib/compiler/implem...
lib/compiler/implementation/resolver.dart:1117:
compiler.internalErrorOnElement(element, "unexpected element kind");
On 2012/05/01 17:26:24, ahe wrote:
> I think you should use the node here.

Done.

https://chromiumcodereview.appspot.com/10115026/diff/9001/lib/compiler/implem...
File lib/compiler/implementation/typechecker.dart (right):

https://chromiumcodereview.appspot.com/10115026/diff/9001/lib/compiler/implem...
lib/compiler/implementation/typechecker.dart:67: const InterfaceType(name,
this.element,
Yes, removed.

Powered by Google App Engine
This is Rietveld 408576698