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

Issue 2987553002: Add import dependencies to Kernel libraries and use them to resynthesize ImportElement(s) in Analyz… (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

Add import dependencies to Kernel libraries and use them to resynthesize ImportElement(s) in Analyzer. R=ahe@google.com, kmillikin@google.com, paulberry@google.com, sigmund@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/2289ce12aeb96384637ce8333be7c4a73b26adbd

Patch Set 1 #

Total comments: 8

Patch Set 2 : merge #

Patch Set 3 : Fixes for review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -125 lines) Patch
M pkg/analyzer/lib/src/dart/element/element.dart View 1 5 chunks +52 lines, -15 lines 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart View 1 13 chunks +5 lines, -105 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart View 2 chunks +15 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/kernel_generator_impl.dart View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M pkg/kernel/lib/text/ast_to_text.dart View 1 2 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
scheglov
3 years, 5 months ago (2017-07-20 17:57:53 UTC) #1
Paul Berry
analyzer and front_end changes lgtm. I'm not sure I understand the motivation for the kernel ...
3 years, 5 months ago (2017-07-20 18:13:49 UTC) #2
Siggi Cherem (dart-lang)
https://codereview.chromium.org/2987553002/diff/1/pkg/kernel/lib/binary/ast_from_binary.dart File pkg/kernel/lib/binary/ast_from_binary.dart (left): https://codereview.chromium.org/2987553002/diff/1/pkg/kernel/lib/binary/ast_from_binary.dart#oldcode403 pkg/kernel/lib/binary/ast_from_binary.dart:403: assert(length == 0); do we need the library dependencies ...
3 years, 5 months ago (2017-07-20 18:29:00 UTC) #3
scheglov
https://codereview.chromium.org/2987553002/diff/1/pkg/kernel/lib/binary/ast_from_binary.dart File pkg/kernel/lib/binary/ast_from_binary.dart (left): https://codereview.chromium.org/2987553002/diff/1/pkg/kernel/lib/binary/ast_from_binary.dart#oldcode403 pkg/kernel/lib/binary/ast_from_binary.dart:403: assert(length == 0); On 2017/07/20 18:29:00, Siggi Cherem (dart-lang) ...
3 years, 5 months ago (2017-07-20 19:33:53 UTC) #4
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2987553002/diff/1/pkg/kernel/lib/binary/ast_from_binary.dart File pkg/kernel/lib/binary/ast_from_binary.dart (left): https://codereview.chromium.org/2987553002/diff/1/pkg/kernel/lib/binary/ast_from_binary.dart#oldcode403 pkg/kernel/lib/binary/ast_from_binary.dart:403: assert(length == 0); On 2017/07/20 19:33:53, scheglov wrote: ...
3 years, 5 months ago (2017-07-20 22:50:36 UTC) #5
scheglov
https://codereview.chromium.org/2987553002/diff/1/pkg/kernel/lib/binary/ast_from_binary.dart File pkg/kernel/lib/binary/ast_from_binary.dart (left): https://codereview.chromium.org/2987553002/diff/1/pkg/kernel/lib/binary/ast_from_binary.dart#oldcode403 pkg/kernel/lib/binary/ast_from_binary.dart:403: assert(length == 0); On 2017/07/20 22:50:36, Siggi Cherem (dart-lang) ...
3 years, 5 months ago (2017-07-21 16:21:33 UTC) #6
scheglov
3 years, 5 months ago (2017-07-21 16:21:57 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
2289ce12aeb96384637ce8333be7c4a73b26adbd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698