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

Issue 2711463005: Add contextual information about identifiers to the parser listener API. (Closed)

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

Description

Add contextual information about identifiers to the parser listener API. R=ahe@google.com, scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/3fbeb5d06428270e87bc82b8faacb6ab73a0b0e5

Patch Set 1 #

Patch Set 2 : Fix broken import #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+373 lines, -122 lines) Patch
M pkg/compiler/lib/src/parser/element_listener.dart View 1 2 chunks +3 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart View 12 chunks +20 lines, -63 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 2 chunks +3 lines, -1 line 0 comments Download
A pkg/front_end/lib/src/fasta/parser/identifier_context.dart View 1 chunk +251 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/listener.dart View 2 chunks +6 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/parser/main.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/parser/parser.dart View 34 chunks +83 lines, -54 lines 1 comment Download
M pkg/front_end/lib/src/fasta/source/stack_listener.dart View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
Paul Berry
This is a bit of a new idea so bear with me :) Previously, AstBuilder ...
3 years, 10 months ago (2017-02-22 00:47:27 UTC) #2
scheglov
LGTM!
3 years, 10 months ago (2017-02-22 01:01:50 UTC) #3
ahe
LGTM! isFirstIdentifier is number one on my list of hacks that I'd like to get ...
3 years, 10 months ago (2017-02-22 09:46:20 UTC) #4
Paul Berry
On 2017/02/22 09:46:20, ahe wrote: > LGTM! > > isFirstIdentifier is number one on my ...
3 years, 10 months ago (2017-02-22 17:15:23 UTC) #5
ahe
On 2017/02/22 17:15:23, Paul Berry wrote: > On 2017/02/22 09:46:20, ahe wrote: > > LGTM! ...
3 years, 10 months ago (2017-02-22 17:23:47 UTC) #6
Paul Berry
On 2017/02/22 17:23:47, ahe wrote: > On 2017/02/22 17:15:23, Paul Berry wrote: > > On ...
3 years, 10 months ago (2017-02-22 19:58:40 UTC) #7
Paul Berry
3 years, 10 months ago (2017-02-22 20:42:41 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
3fbeb5d06428270e87bc82b8faacb6ab73a0b0e5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698