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

Issue 2738013002: Add support for metadata on type variables to Fasta parser. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Bug fixes #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -21 lines) Patch
M pkg/analyzer/test/generated/parser_fasta_test.dart View 1 chunk +0 lines, -10 lines 0 comments Download
M pkg/analyzer/test/generated/parser_test.dart View 1 chunk +11 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/parser/element_listener.dart View 1 3 chunks +16 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/parser/member_listener.dart View 1 chunk +10 lines, -1 line 2 comments Download
M pkg/compiler/lib/src/parser/node_listener.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart View 2 chunks +13 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/listener.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/parser.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/array_based_scanner.dart View 1 2 chunks +10 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/outline_builder.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
Paul Berry
This CL is not ready to land yet. It causes the following tests to crash: ...
3 years, 9 months ago (2017-03-08 21:18:23 UTC) #2
Siggi Cherem (dart-lang)
On 2017/03/08 21:18:23, Paul Berry wrote: > This CL is not ready to land yet. ...
3 years, 9 months ago (2017-03-08 23:39:34 UTC) #3
Paul Berry
On 2017/03/08 23:39:34, Siggi Cherem (dart-lang) wrote: > On 2017/03/08 21:18:23, Paul Berry wrote: > ...
3 years, 9 months ago (2017-03-09 01:24:54 UTC) #4
Paul Berry
PTAL. I updated the scanner heuristics, and I fixed a latent bug in element_listener.dart that ...
3 years, 9 months ago (2017-03-10 21:24:49 UTC) #5
Siggi Cherem (dart-lang)
lgtm!
3 years, 9 months ago (2017-03-10 21:58:14 UTC) #6
ahe
lgtm I'd like to take a look and see if we can eliminate the need ...
3 years, 9 months ago (2017-03-13 15:36:47 UTC) #7
Paul Berry
https://codereview.chromium.org/2738013002/diff/20001/pkg/compiler/lib/src/parser/member_listener.dart File pkg/compiler/lib/src/parser/member_listener.dart (right): https://codereview.chromium.org/2738013002/diff/20001/pkg/compiler/lib/src/parser/member_listener.dart#newcode167 pkg/compiler/lib/src/parser/member_listener.dart:167: super.endTypeVariable(token, extendsOrSuper); On 2017/03/13 15:36:47, ahe wrote: > Is ...
3 years, 9 months ago (2017-03-13 17:01:08 UTC) #8
Paul Berry
Committed patchset #2 (id:20001) manually as 5d8d01cdf737a662bf83ce72938ea3750da57acb (presubmit successful).
3 years, 9 months ago (2017-03-13 17:19:28 UTC) #10
Paul Berry
3 years, 9 months ago (2017-03-13 19:33:08 UTC) #11
Message was sent while issue was closed.
On 2017/03/13 17:19:28, Paul Berry wrote:
> Committed patchset #2 (id:20001) manually as
> 5d8d01cdf737a662bf83ce72938ea3750da57acb (presubmit successful).

This caused test failures so I reverted it:
https://github.com/dart-lang/sdk/commit/71304714d4616538391d1902b11388adeac045b9

I'll track down the failures and send out a corrected patch for review.

Powered by Google App Engine
This is Rietveld 408576698