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

Issue 2045023003: Fix deferred load errors / bug #26482 (Closed)

Created:
4 years, 6 months ago by Cutch
Modified:
4 years, 6 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -30 lines) Patch
M runtime/bin/loader.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/bin/loader.cc View 1 2 3 4 5 6 7 4 chunks +52 lines, -13 lines 0 comments Download
M runtime/lib/lib_prefix.dart View 1 2 3 4 5 6 2 chunks +21 lines, -13 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 1 chunk +8 lines, -3 lines 0 comments Download
A tests/standalone/deferred/alpha.dart View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A tests/standalone/deferred/exists.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A tests/standalone/deferred/transitive_error.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A tests/standalone/deferred_transitive_import_error_test.dart View 1 2 3 4 5 6 7 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
Cutch
4 years, 6 months ago (2016-06-07 21:15:22 UTC) #3
hausner
I think the new LibraryPrefix_hasError function is not detecting trasitive load errors, eg. if M ...
4 years, 6 months ago (2016-06-07 21:47:05 UTC) #4
Cutch
Patch Set 2 handles the transitive error case exactly as the old implementation did (which ...
4 years, 6 months ago (2016-06-07 22:29:26 UTC) #5
hausner
LGTM w/comment. A regression test would still be nice. https://codereview.chromium.org/2045023003/diff/40001/runtime/lib/object.cc File runtime/lib/object.cc (right): https://codereview.chromium.org/2045023003/diff/40001/runtime/lib/object.cc#newcode330 runtime/lib/object.cc:330: ...
4 years, 6 months ago (2016-06-07 23:36:07 UTC) #6
Cutch
https://codereview.chromium.org/2045023003/diff/40001/runtime/lib/object.cc File runtime/lib/object.cc (right): https://codereview.chromium.org/2045023003/diff/40001/runtime/lib/object.cc#newcode330 runtime/lib/object.cc:330: DEFINE_NATIVE_ENTRY(LibraryPrefix_hasError, 1) { On 2016/06/07 23:36:07, hausner wrote: > ...
4 years, 6 months ago (2016-06-08 13:19:03 UTC) #7
Cutch
Added test case.
4 years, 6 months ago (2016-06-08 13:46:11 UTC) #8
Cutch
Included a test case.
4 years, 6 months ago (2016-06-08 14:12:32 UTC) #10
Cutch
4 years, 6 months ago (2016-06-08 14:13:02 UTC) #12
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
3b2e14ab56d2e5e9dbf660270153402e6689bd1e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698