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

Issue 2693403002: Change toAnalyzerTokenStream into a class. (Closed)

Created:
3 years, 10 months ago by Paul Berry
Modified:
3 years, 10 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org, danrubel
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Change toAnalyzerTokenStream into a class. This will allow it to be subclassed in parser tests, which will need to record the relationship between analyzer and fasta tokens. R=ahe@google.com Committed: https://github.com/dart-lang/sdk/commit/af9e2fb7918bc8e64d7d6ff8a07eabc3b8503b94

Patch Set 1 #

Patch Set 2 : Rework #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -136 lines) Patch
M pkg/front_end/lib/src/fasta/analyzer/token_utils.dart View 2 chunks +171 lines, -119 lines 4 comments Download
M pkg/front_end/test/scanner_fasta_test.dart View 2 chunks +30 lines, -8 lines 0 comments Download
M pkg/front_end/test/scanner_roundtrip_test.dart View 2 chunks +6 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Paul Berry
3 years, 10 months ago (2017-02-15 21:55:43 UTC) #2
Paul Berry
3 years, 10 months ago (2017-02-15 22:06:45 UTC) #3
ahe
lgtm https://codereview.chromium.org/2693403002/diff/20001/pkg/front_end/lib/src/fasta/analyzer/token_utils.dart File pkg/front_end/lib/src/fasta/analyzer/token_utils.dart (right): https://codereview.chromium.org/2693403002/diff/20001/pkg/front_end/lib/src/fasta/analyzer/token_utils.dart#newcode103 pkg/front_end/lib/src/fasta/analyzer/token_utils.dart:103: while (true) { Very very optional: I'm always ...
3 years, 10 months ago (2017-02-15 22:09:20 UTC) #4
Paul Berry
https://codereview.chromium.org/2693403002/diff/20001/pkg/front_end/lib/src/fasta/analyzer/token_utils.dart File pkg/front_end/lib/src/fasta/analyzer/token_utils.dart (right): https://codereview.chromium.org/2693403002/diff/20001/pkg/front_end/lib/src/fasta/analyzer/token_utils.dart#newcode103 pkg/front_end/lib/src/fasta/analyzer/token_utils.dart:103: while (true) { On 2017/02/15 22:09:20, ahe wrote: > ...
3 years, 10 months ago (2017-02-16 02:01:23 UTC) #5
Paul Berry
3 years, 10 months ago (2017-02-16 02:09:44 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
af9e2fb7918bc8e64d7d6ff8a07eabc3b8503b94 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698