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

Issue 11227007: Unify parsing of constructor references. (Closed)

Created:
8 years, 2 months ago by ahe
Modified:
8 years, 1 month ago
CC:
reviews_dartlang.org, aam-me
Visibility:
Public.

Description

Unify parsing of constructor references. Committed: https://code.google.com/p/dart/source/detail?r=14200

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebased #

Patch Set 3 : Add asRaw from other CL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -115 lines) Patch
M dart/lib/compiler/implementation/closure.dart View 1 1 chunk +1 line, -2 lines 0 comments Download
M dart/lib/compiler/implementation/resolution/members.dart View 1 2 4 chunks +16 lines, -32 lines 0 comments Download
M dart/lib/compiler/implementation/scanner/class_element_parser.dart View 1 1 chunk +3 lines, -4 lines 0 comments Download
M dart/lib/compiler/implementation/scanner/listener.dart View 1 5 chunks +10 lines, -26 lines 0 comments Download
M dart/lib/compiler/implementation/scanner/parser.dart View 1 3 chunks +15 lines, -28 lines 0 comments Download
M dart/lib/compiler/implementation/ssa/builder.dart View 1 3 chunks +2 lines, -7 lines 0 comments Download
M dart/lib/compiler/implementation/tree/nodes.dart View 1 1 chunk +0 lines, -16 lines 0 comments Download
M dart/lib/compiler/implementation/typechecker.dart View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M dart/tests/compiler/dart2js/dart2js.status View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
ahe
8 years, 2 months ago (2012-10-19 16:58:37 UTC) #1
Lasse Reichstein Nielsen
LGTM
8 years, 2 months ago (2012-10-20 11:46:05 UTC) #2
Johnni Winther
https://codereview.chromium.org/11227007/diff/1/dart/lib/compiler/implementation/resolution/members.dart File dart/lib/compiler/implementation/resolution/members.dart (right): https://codereview.chromium.org/11227007/diff/1/dart/lib/compiler/implementation/resolution/members.dart#newcode2886 dart/lib/compiler/implementation/resolution/members.dart:2886: if (type == null) { Document where [type] has ...
8 years, 2 months ago (2012-10-22 09:30:31 UTC) #3
Johnni Winther
https://codereview.chromium.org/11227007/diff/1/dart/lib/compiler/implementation/closure.dart File dart/lib/compiler/implementation/closure.dart (right): https://codereview.chromium.org/11227007/diff/1/dart/lib/compiler/implementation/closure.dart#newcode369 dart/lib/compiler/implementation/closure.dart:369: DartType type = elements.getType(node); Nice! https://codereview.chromium.org/11227007/diff/1/dart/lib/compiler/implementation/resolution/members.dart File dart/lib/compiler/implementation/resolution/members.dart (right): ...
8 years, 2 months ago (2012-10-22 09:41:38 UTC) #4
Johnni Winther
On 2012/10/22 09:41:38, Johnni Winther wrote: > https://codereview.chromium.org/11227007/diff/1/dart/lib/compiler/implementation/closure.dart > File dart/lib/compiler/implementation/closure.dart (right): > > https://codereview.chromium.org/11227007/diff/1/dart/lib/compiler/implementation/closure.dart#newcode369 ...
8 years, 2 months ago (2012-10-22 09:48:15 UTC) #5
Roman
With this change constructor invocation AST sometimes has TypeAnnotation, and sometimes does not have it. ...
8 years, 2 months ago (2012-10-22 11:46:08 UTC) #6
Lasse Reichstein Nielsen
I believe it's expected and intended. In the case where the source is on the ...
8 years, 2 months ago (2012-10-23 07:27:25 UTC) #7
ahe
On 2012/10/23 07:27:25, Lasse Reichstein Nielsen wrote: > I believe it's expected and intended. > ...
8 years, 2 months ago (2012-10-23 09:25:45 UTC) #8
ahe
PTAL
8 years, 1 month ago (2012-10-29 14:17:37 UTC) #9
Johnni Winther
8 years, 1 month ago (2012-10-29 14:20:23 UTC) #10
lgtm

Powered by Google App Engine
This is Rietveld 408576698