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

Issue 2865693002: Create closed world for hello world using .dill file (Closed)

Created:
3 years, 7 months ago by Johnni Winther
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org, Bill Hesse
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Create closed world for hello world using .dill file Currently results in compile time error because of a bug in the kernel reuse of mixin applications. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/dff23682a1317c7e25e0662fd5bd02ddaf701177

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebased #

Patch Set 3 : Update and fix. #

Total comments: 8

Patch Set 4 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+478 lines, -208 lines) Patch
M pkg/compiler/lib/src/colors.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/compiler.dart View 1 2 8 chunks +49 lines, -174 lines 0 comments Download
M pkg/compiler/lib/src/elements/operators.dart View 1 2 chunks +13 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/frontend_strategy.dart View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/helpers/trace.dart View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map.dart View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/kernel/kernel_strategy.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/kernel_visitor.dart View 1 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/library_loader.dart View 1 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ordered_typeset.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/resolution/enum_creator.dart View 1 2 3 5 chunks +61 lines, -19 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution_strategy.dart View 1 2 3 chunks +152 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/universe/selector.dart View 1 4 chunks +15 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/analyze_test_test.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/dart2js.status View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
A tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart View 1 2 3 1 chunk +122 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/kernel/compiler_helper.dart View 1 2 3 3 chunks +39 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Johnni Winther
Is patched_dart2js_sdk generated on the buildbots? If not, we need to add it make this ...
3 years, 7 months ago (2017-05-05 14:44:54 UTC) #2
Siggi Cherem (dart-lang)
changes lgtm, but we need a .status file change before we can land it, and ...
3 years, 7 months ago (2017-05-05 17:55:57 UTC) #4
Johnni Winther
Updated to match the latest .dill files. Temporarily renamed `closed_world_from_dill.dart` until the build bot has ...
3 years, 7 months ago (2017-05-15 14:14:34 UTC) #6
Johnni Winther
PTAL
3 years, 7 months ago (2017-05-15 14:14:47 UTC) #7
Siggi Cherem (dart-lang)
lgtm with suggestions below https://codereview.chromium.org/2865693002/diff/40001/pkg/compiler/lib/src/resolution/enum_creator.dart File pkg/compiler/lib/src/resolution/enum_creator.dart (right): https://codereview.chromium.org/2865693002/diff/40001/pkg/compiler/lib/src/resolution/enum_creator.dart#newcode204 pkg/compiler/lib/src/resolution/enum_creator.dart:204: static bool USE_CONSTANT_MAP_IN_TO_STRING = false; ...
3 years, 7 months ago (2017-05-15 17:05:50 UTC) #8
Johnni Winther
https://codereview.chromium.org/2865693002/diff/40001/pkg/compiler/lib/src/resolution/enum_creator.dart File pkg/compiler/lib/src/resolution/enum_creator.dart (right): https://codereview.chromium.org/2865693002/diff/40001/pkg/compiler/lib/src/resolution/enum_creator.dart#newcode204 pkg/compiler/lib/src/resolution/enum_creator.dart:204: static bool USE_CONSTANT_MAP_IN_TO_STRING = false; On 2017/05/15 17:05:50, Siggi ...
3 years, 7 months ago (2017-05-16 08:29:55 UTC) #9
Johnni Winther
3 years, 7 months ago (2017-05-16 08:30:18 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
dff23682a1317c7e25e0662fd5bd02ddaf701177 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698