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

Issue 2738313002: rename fasta.Token.value --> lexeme (Closed)

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

Description

rename fasta.Token.value --> lexeme This renames the fasta.Token.value field to .lexeme so that it will not collide with an already existing analyzer.Token accessor. R=ahe@google.com, paulberry@google.com Committed: https://github.com/dart-lang/sdk/commit/42f6586f36d2d58a70f5896314fd2a94871256ca

Patch Set 1 #

Total comments: 16

Patch Set 2 : merge #

Patch Set 3 : revert incorrect changes #

Patch Set 4 : merge #

Patch Set 5 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -169 lines) Patch
M pkg/compiler/lib/src/diagnostics/messages.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/elements/modelx.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/native/enqueue.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/parser/element_listener.dart View 1 4 chunks +11 lines, -11 lines 0 comments Download
M pkg/compiler/lib/src/parser/node_listener.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/patch_parser.dart View 1 2 3 chunks +8 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/serialization/equivalence.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/string_validator.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/tree/nodes.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/tree/prettyprint.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/tree/unparser.dart View 28 chunks +58 lines, -58 lines 0 comments Download
M pkg/compiler/tool/perf.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart View 1 2 6 chunks +11 lines, -11 lines 0 comments Download
M pkg/front_end/lib/src/fasta/analyzer/token_utils.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 1 2 3 8 chunks +12 lines, -12 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/parser.dart View 1 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/parser_main.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/abstract_scanner.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/array_based_scanner.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/error_token.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/recover.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/token.dart View 8 chunks +11 lines, -11 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/outline_builder.dart View 5 chunks +6 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/stack_listener.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/front_end/test/scanner_fasta_test.dart View 2 chunks +9 lines, -9 lines 0 comments Download
M pkg/front_end/tool/fasta_perf.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/partial_parser_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/scanner_offset_length_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/scanner_test.dart View 4 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
danrubel
3 years, 9 months ago (2017-03-09 21:38:18 UTC) #2
Paul Berry
lgtm
3 years, 9 months ago (2017-03-09 22:43:14 UTC) #3
ahe
Thank you, Dan! I think you may have cast a too wide net, but assuming ...
3 years, 9 months ago (2017-03-10 07:26:11 UTC) #4
danrubel
On 2017/03/10 07:26:11, ahe wrote: > Thank you, Dan! > > I think you may ...
3 years, 9 months ago (2017-03-11 22:10:29 UTC) #5
danrubel
https://codereview.chromium.org/2738313002/diff/1/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart File pkg/analysis_server/tool/spec/codegen_dart_protocol.dart (right): https://codereview.chromium.org/2738313002/diff/1/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart#newcode1230 pkg/analysis_server/tool/spec/codegen_dart_protocol.dart:1230: * of the [lexeme] variable is known. On 2017/03/10 ...
3 years, 9 months ago (2017-03-11 22:10:38 UTC) #6
danrubel
3 years, 9 months ago (2017-03-12 17:16:22 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
42f6586f36d2d58a70f5896314fd2a94871256ca (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698