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

Issue 2998983002: 1. Figure out the modified libraries from the specifeid kernel file during (Closed)

Created:
3 years, 4 months ago by siva
Modified:
3 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

1. Figure out the modified libraries from the specifeid kernel file during reload instead of computing it based on the source modification information. 2. Fix for failure in Unit test case https://github.com/dart-lang/sdk/issues/30322 3. Fix crash in test that was being skipped in https://github.com/dart-lang/sdk/issues/30109 and turn that test on. This CL is work towards completing issue https://github.com/dart-lang/sdk/issues/28051 R=aam@google.com Committed: https://github.com/dart-lang/sdk/commit/cfac48179bd9ad092688503bcaf0431c0c0733fd

Patch Set 1 #

Patch Set 2 : Format sources. #

Patch Set 3 : Fix format errors. #

Total comments: 6

Patch Set 4 : Address code review comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -48 lines) Patch
M pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart View 1 2 1 chunk +1 line, -1 line 1 comment Download
M runtime/bin/dfe.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/dfe.cc View 1 2 3 2 chunks +3 lines, -12 lines 0 comments Download
M runtime/bin/loader.cc View 2 chunks +8 lines, -15 lines 0 comments Download
M runtime/include/dart_api.h View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M runtime/tests/vm/vm.status View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/isolate_reload.cc View 1 2 7 chunks +76 lines, -13 lines 0 comments Download
M runtime/vm/kernel_reader.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/kernel_reader.cc View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
M runtime/vm/unit_test.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
siva
3 years, 4 months ago (2017-08-18 00:20:53 UTC) #5
aam
awesome, lgtm! https://codereview.chromium.org/2998983002/diff/40001/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/2998983002/diff/40001/runtime/include/dart_api.h#newcode2722 runtime/include/dart_api.h:2722: Dart_kKernelTag, Can we please add a description ...
3 years, 4 months ago (2017-08-18 16:04:20 UTC) #6
siva
https://codereview.chromium.org/2998983002/diff/40001/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/2998983002/diff/40001/runtime/include/dart_api.h#newcode2722 runtime/include/dart_api.h:2722: Dart_kKernelTag, On 2017/08/18 16:04:20, aam wrote: > Can we ...
3 years, 4 months ago (2017-08-18 17:17:51 UTC) #7
Siggi Cherem (dart-lang)
very cool! https://codereview.chromium.org/2998983002/diff/60001/pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart File pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart (right): https://codereview.chromium.org/2998983002/diff/60001/pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart#newcode139 pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart:139: }); woo hoo!
3 years, 4 months ago (2017-08-18 18:43:56 UTC) #8
siva
3 years, 4 months ago (2017-08-18 20:42:24 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
cfac48179bd9ad092688503bcaf0431c0c0733fd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698