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

Issue 2982373002: Resynthesize mixins 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
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Resynthesize mixins from Kernel. This adds Class.isSyntheticMixinImplementation flag which is set to 'true' for synthetic X&Y classes. R=ahe@google.com, kmillikin@google.com, paulberry@google.com, sigmund@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/ebd3ed5adeb617b831ba22eeb5b611f299013ab5

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -73 lines) Patch
M pkg/analyzer/lib/src/dart/element/element.dart View 7 chunks +57 lines, -8 lines 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_common.dart View 4 chunks +54 lines, -28 lines 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart View 5 chunks +0 lines, -30 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart View 6 chunks +9 lines, -1 line 0 comments Download
M pkg/kernel/lib/ast.dart View 2 chunks +16 lines, -0 lines 0 comments Download
M pkg/kernel/lib/binary/ast_from_binary.dart View 1 chunk +2 lines, -1 line 2 comments Download
M pkg/kernel/lib/binary/ast_to_binary.dart View 1 chunk +9 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
3 years, 5 months ago (2017-07-21 04:41:54 UTC) #1
Siggi Cherem (dart-lang)
Please wait for Paul to review the analyzer changes. kernel and fe changes lgtm (assuming ...
3 years, 5 months ago (2017-07-21 16:46:43 UTC) #2
scheglov
https://codereview.chromium.org/2982373002/diff/1/pkg/kernel/lib/binary/ast_from_binary.dart File pkg/kernel/lib/binary/ast_from_binary.dart (right): https://codereview.chromium.org/2982373002/diff/1/pkg/kernel/lib/binary/ast_from_binary.dart#newcode467 pkg/kernel/lib/binary/ast_from_binary.dart:467: int levelIndex = (flags >> 2) & 0x3; On ...
3 years, 5 months ago (2017-07-21 16:49:37 UTC) #3
Paul Berry
lgtm
3 years, 5 months ago (2017-07-21 17:11:12 UTC) #4
scheglov
3 years, 5 months ago (2017-07-21 17:29:53 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
ebd3ed5adeb617b831ba22eeb5b611f299013ab5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698