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

Issue 2738273002: Add fasta-based summary generation code. (Closed)

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

Description

Add fasta-based summary generation code. The code is still a work in progress, so its test is marked as failing. Note: I believe there is code duplicatoin between the StackListener class introduced by this CL and the StackListener class in pkg/front_end. Once more tests are passing, I intend to remove this code duplication. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/a85cdfc50f57009b9e91d1734ee7504bdfdec088

Patch Set 1 #

Patch Set 2 : Actually disable the test #

Total comments: 12
Unified diffs Side-by-side diffs Delta from patch set Stats (+2904 lines, -0 lines) Patch
A pkg/analyzer/lib/src/summary/fasta/expression_serializer.dart View 1 chunk +237 lines, -0 lines 0 comments Download
A pkg/analyzer/lib/src/summary/fasta/expressions.dart View 1 chunk +306 lines, -0 lines 0 comments Download
A pkg/analyzer/lib/src/summary/fasta/model.dart View 1 chunk +189 lines, -0 lines 0 comments Download
A pkg/analyzer/lib/src/summary/fasta/stack_listener.dart View 1 chunk +139 lines, -0 lines 0 comments Download
A pkg/analyzer/lib/src/summary/fasta/summary_builder.dart View 1 chunk +1573 lines, -0 lines 12 comments Download
A pkg/analyzer/lib/src/summary/fasta/visitor.dart View 1 chunk +141 lines, -0 lines 0 comments Download
A pkg/analyzer/test/src/summary/summarize_fasta_test.dart View 1 chunk +317 lines, -0 lines 0 comments Download
M pkg/pkg.status View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Paul Berry
3 years, 9 months ago (2017-03-09 19:18:07 UTC) #2
Siggi Cherem (dart-lang)
lgtm, thanks Paul mostly questions really :) https://codereview.chromium.org/2738273002/diff/20001/pkg/analyzer/lib/src/summary/fasta/summary_builder.dart File pkg/analyzer/lib/src/summary/fasta/summary_builder.dart (right): https://codereview.chromium.org/2738273002/diff/20001/pkg/analyzer/lib/src/summary/fasta/summary_builder.dart#newcode10 pkg/analyzer/lib/src/summary/fasta/summary_builder.dart:10: import 'package:front_end/src/fasta/parser/class_member_parser.dart'; ...
3 years, 9 months ago (2017-03-09 21:02:14 UTC) #3
Paul Berry
https://codereview.chromium.org/2738273002/diff/20001/pkg/analyzer/lib/src/summary/fasta/summary_builder.dart File pkg/analyzer/lib/src/summary/fasta/summary_builder.dart (right): https://codereview.chromium.org/2738273002/diff/20001/pkg/analyzer/lib/src/summary/fasta/summary_builder.dart#newcode10 pkg/analyzer/lib/src/summary/fasta/summary_builder.dart:10: import 'package:front_end/src/fasta/parser/class_member_parser.dart'; On 2017/03/09 21:02:14, Siggi Cherem (dart-lang) wrote: ...
3 years, 9 months ago (2017-03-09 23:26:23 UTC) #4
Siggi Cherem (dart-lang)
thanks for all the clarifications! It all makes sense.
3 years, 9 months ago (2017-03-09 23:35:50 UTC) #5
Paul Berry
3 years, 9 months ago (2017-03-09 23:38:47 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
a85cdfc50f57009b9e91d1734ee7504bdfdec088 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698