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

Issue 2746023003: fasta.Keyword implement analyzer.Keyword (Closed)

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

Description

fasta.Keyword implement analyzer.Keyword * update fasta.Keyword to implement analyzer.Keyword * update analyzer.Keyword to have fasta.Keyword consts * make analyzer.Keyword abstract R=paulberry@google.com Committed: https://github.com/dart-lang/sdk/commit/4c050a6a6a8ad024c625657ff23addc5078c731b

Patch Set 1 #

Total comments: 5

Patch Set 2 : merge and address comments #

Patch Set 3 : update subpackage relationship test #

Total comments: 4

Patch Set 4 : address comments #

Patch Set 5 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -133 lines) Patch
M pkg/front_end/lib/src/fasta/scanner/keyword.dart View 1 2 3 3 chunks +150 lines, -68 lines 0 comments Download
M pkg/front_end/lib/src/scanner/token.dart View 3 chunks +55 lines, -65 lines 0 comments Download
M pkg/front_end/test/scanner_roundtrip_test.dart View 1 2 chunks +27 lines, -0 lines 0 comments Download
M pkg/front_end/test/subpackage_relationships_test.dart View 1 2 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
danrubel
3 years, 9 months ago (2017-03-14 02:39:09 UTC) #2
Paul Berry
https://codereview.chromium.org/2746023003/diff/1/pkg/front_end/lib/src/fasta/scanner/keyword.dart File pkg/front_end/lib/src/fasta/scanner/keyword.dart (right): https://codereview.chromium.org/2746023003/diff/1/pkg/front_end/lib/src/fasta/scanner/keyword.dart#newcode184 pkg/front_end/lib/src/fasta/scanner/keyword.dart:184: bool get isPseudoKeyword => isPseudo; Two problems with this: ...
3 years, 9 months ago (2017-03-14 03:27:21 UTC) #4
danrubel
Updated. PTAL. https://codereview.chromium.org/2746023003/diff/1/pkg/front_end/lib/src/fasta/scanner/keyword.dart File pkg/front_end/lib/src/fasta/scanner/keyword.dart (right): https://codereview.chromium.org/2746023003/diff/1/pkg/front_end/lib/src/fasta/scanner/keyword.dart#newcode184 pkg/front_end/lib/src/fasta/scanner/keyword.dart:184: bool get isPseudoKeyword => isPseudo; Thank you ...
3 years, 9 months ago (2017-03-14 12:46:17 UTC) #5
Paul Berry
lgtm https://codereview.chromium.org/2746023003/diff/1/pkg/front_end/lib/src/fasta/scanner/keyword.dart File pkg/front_end/lib/src/fasta/scanner/keyword.dart (right): https://codereview.chromium.org/2746023003/diff/1/pkg/front_end/lib/src/fasta/scanner/keyword.dart#newcode184 pkg/front_end/lib/src/fasta/scanner/keyword.dart:184: bool get isPseudoKeyword => isPseudo; On 2017/03/14 12:46:16, ...
3 years, 9 months ago (2017-03-14 13:01:47 UTC) #6
ahe
These are just some preliminary comments, you don't need to wait for my complete review. ...
3 years, 9 months ago (2017-03-14 14:28:34 UTC) #7
danrubel
https://codereview.chromium.org/2746023003/diff/1/pkg/front_end/lib/src/fasta/scanner/keyword.dart File pkg/front_end/lib/src/fasta/scanner/keyword.dart (right): https://codereview.chromium.org/2746023003/diff/1/pkg/front_end/lib/src/fasta/scanner/keyword.dart#newcode181 pkg/front_end/lib/src/fasta/scanner/keyword.dart:181: //=================== analyzer.Token compatibility ================== On 2017/03/14 14:28:34, ahe wrote: ...
3 years, 9 months ago (2017-03-14 15:23:48 UTC) #8
danrubel
3 years, 9 months ago (2017-03-14 15:26:38 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
4c050a6a6a8ad024c625657ff23addc5078c731b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698