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

Issue 2759663002: Improve parsing of async and generator methods. (Closed)

Created:
3 years, 9 months ago by ahe
Modified:
3 years, 9 months ago
Reviewers:
Johnni Winther
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments. #

Patch Set 3 : Ignore some error messages already handled by dart2js. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -133 lines) Patch
M pkg/compiler/lib/src/parser/element_listener.dart View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/error_kind.dart View 5 chunks +11 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/parser/parser.dart View 15 chunks +64 lines, -12 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/token.dart View 2 chunks +4 lines, -0 lines 0 comments Download
M tests/co19/co19-kernel.status View 10 chunks +0 lines, -59 lines 0 comments Download
M tests/co19/co19-runtime.status View 3 chunks +13 lines, -13 lines 0 comments Download
M tests/language/language_kernel.status View 4 chunks +4 lines, -48 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
ahe
3 years, 9 months ago (2017-03-17 13:17:24 UTC) #3
Johnni Winther
lgtm https://codereview.chromium.org/2759663002/diff/20001/pkg/compiler/lib/src/parser/element_listener.dart File pkg/compiler/lib/src/parser/element_listener.dart (right): https://codereview.chromium.org/2759663002/diff/20001/pkg/compiler/lib/src/parser/element_listener.dart#newcode785 pkg/compiler/lib/src/parser/element_listener.dart:785: "text": "'yield' can only be used 'sync*' or ...
3 years, 9 months ago (2017-03-17 13:34:10 UTC) #4
ahe
Thank you, Johnni! https://codereview.chromium.org/2759663002/diff/20001/pkg/compiler/lib/src/parser/element_listener.dart File pkg/compiler/lib/src/parser/element_listener.dart (right): https://codereview.chromium.org/2759663002/diff/20001/pkg/compiler/lib/src/parser/element_listener.dart#newcode785 pkg/compiler/lib/src/parser/element_listener.dart:785: "text": "'yield' can only be used ...
3 years, 9 months ago (2017-03-17 14:00:16 UTC) #5
ahe
3 years, 9 months ago (2017-03-17 17:03:50 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:60001) manually as
8979b040ec731f1c5aca682c12159ed79e2917a9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698