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

Issue 2983413002: Resynthesize constructor initializers from Kernel. (Closed)

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

Description

Resynthesize constructor initializers from Kernel. We don't resynthesize assert initializers yet, because they are compiled into an unholy mess. R=ahe@google.com, brianwilkerson@google.com, sigmund@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/e0658b18a3b294da4c718af91ef970764decda1d

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -75 lines) Patch
M pkg/analyzer/lib/src/dart/element/element.dart View 3 chunks +46 lines, -14 lines 0 comments Download
M pkg/analyzer/test/src/summary/element_text.dart View 1 chunk +11 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_common.dart View 4 chunks +40 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart View 7 chunks +87 lines, -40 lines 2 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 8 chunks +12 lines, -10 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/fasta_accessors.dart View 2 chunks +4 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/kernel/lib/ast.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/kernel/lib/binary/ast_from_binary.dart View 1 chunk +9 lines, -4 lines 0 comments Download
M pkg/kernel/lib/binary/ast_to_binary.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/kernel_binary_flowgraph.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/kernel_binary_flowgraph.cc View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
scheglov
3 years, 5 months ago (2017-07-24 22:39:49 UTC) #1
Brian Wilkerson
lgtm
3 years, 5 months ago (2017-07-25 15:13:02 UTC) #4
Siggi Cherem (dart-lang)
changes to FE & kernel also LGTM https://codereview.chromium.org/2983413002/diff/1/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart File pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart (right): https://codereview.chromium.org/2983413002/diff/1/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart#newcode2119 pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart:2119: class _KernelLibraryResynthesizerContextImpl ...
3 years, 5 months ago (2017-07-25 15:19:56 UTC) #5
Siggi Cherem (dart-lang)
I should note: because I'm not as familiar with all the internal workings of the ...
3 years, 5 months ago (2017-07-25 15:21:36 UTC) #6
scheglov
https://codereview.chromium.org/2983413002/diff/1/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart File pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart (right): https://codereview.chromium.org/2983413002/diff/1/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart#newcode2119 pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart:2119: class _KernelLibraryResynthesizerContextImpl On 2017/07/25 15:19:56, Siggi Cherem (dart-lang) wrote: ...
3 years, 5 months ago (2017-07-25 16:15:54 UTC) #7
scheglov
3 years, 5 months ago (2017-07-25 16:24:03 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
e0658b18a3b294da4c718af91ef970764decda1d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698