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

Issue 10911298: Parse new library syntax. (Closed)

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

Description

Patch Set 1 #

Total comments: 21

Patch Set 2 : Address review comments #

Patch Set 3 : Rebased #

Patch Set 4 : Update status files #

Patch Set 5 : Committed, then reverted. #

Patch Set 6 : Rebased #

Patch Set 7 : Fix bugs that caused revert #

Patch Set 8 : Fixed bug in error reporting of patch parser. #

Patch Set 9 : Rebased #

Patch Set 10 : Update status file after rebasing. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+430 lines, -99 lines) Patch
M dart/lib/compiler/implementation/elements/elements.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M dart/lib/compiler/implementation/patch_parser.dart View 1 2 3 4 5 6 7 5 chunks +20 lines, -18 lines 0 comments Download
M dart/lib/compiler/implementation/scanner/listener.dart View 1 2 3 4 5 6 8 chunks +108 lines, -12 lines 0 comments Download
M dart/lib/compiler/implementation/scanner/parser.dart View 1 2 chunks +112 lines, -3 lines 0 comments Download
M dart/lib/compiler/implementation/scanner/scanner_task.dart View 1 7 chunks +21 lines, -25 lines 0 comments Download
M dart/lib/compiler/implementation/tree/nodes.dart View 1 chunk +124 lines, -0 lines 0 comments Download
M dart/pkg/dartdoc/lib/src/mirrors/dart2js_mirror.dart View 1 2 3 4 5 6 1 chunk +7 lines, -1 line 0 comments Download
M dart/tests/co19/co19-dart2js.status View 1 2 3 4 5 6 7 8 8 chunks +33 lines, -36 lines 0 comments Download
M dart/tests/language/language_dart2js.status View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M dart/tests/utils/dummy_compiler_test.dart View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ahe
8 years, 3 months ago (2012-09-13 21:30:16 UTC) #1
Johnni Winther
lgtm https://chromiumcodereview.appspot.com/10911298/diff/1/dart/lib/compiler/implementation/scanner/parser.dart File dart/lib/compiler/implementation/scanner/parser.dart (right): https://chromiumcodereview.appspot.com/10911298/diff/1/dart/lib/compiler/implementation/scanner/parser.dart#newcode101 dart/lib/compiler/implementation/scanner/parser.dart:101: listener.popNode(); // TODO(ahe): Hack. Why not just pop ...
8 years, 3 months ago (2012-09-14 09:18:22 UTC) #2
Lasse Reichstein Nielsen
LGTM https://chromiumcodereview.appspot.com/10911298/diff/1/dart/lib/compiler/implementation/scanner/listener.dart File dart/lib/compiler/implementation/scanner/listener.dart (right): https://chromiumcodereview.appspot.com/10911298/diff/1/dart/lib/compiler/implementation/scanner/listener.dart#newcode615 dart/lib/compiler/implementation/scanner/listener.dart:615: // Script tags are only allowed in the ...
8 years, 3 months ago (2012-09-14 09:36:09 UTC) #3
ngeoffray
LGTM
8 years, 3 months ago (2012-09-14 09:52:32 UTC) #4
ahe
Thank you, Johnni, Nicolas, and Lasse. https://chromiumcodereview.appspot.com/10911298/diff/1/dart/lib/compiler/implementation/scanner/listener.dart File dart/lib/compiler/implementation/scanner/listener.dart (right): https://chromiumcodereview.appspot.com/10911298/diff/1/dart/lib/compiler/implementation/scanner/listener.dart#newcode615 dart/lib/compiler/implementation/scanner/listener.dart:615: // Script tags ...
8 years, 3 months ago (2012-09-14 12:13:53 UTC) #5
ahe
Reverted, I forgot to run the unit tests.
8 years, 3 months ago (2012-09-14 14:38:14 UTC) #6
ahe
Second attempt. I have reused the CL for your convenience (I hope). The new stuff ...
8 years, 3 months ago (2012-09-18 16:30:36 UTC) #7
Johnni Winther
lgtm
8 years, 3 months ago (2012-09-19 07:35:58 UTC) #8
ahe
8 years, 3 months ago (2012-09-21 08:48:38 UTC) #9
Additional unrelated fix in:
https://codereview.chromium.org/10911298/diff2/18001:29001/dart/lib/compiler/...

I noticed this when looking at the problems caused by bad optimizations.

Powered by Google App Engine
This is Rietveld 408576698