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

Issue 3004563002: Fixes for issues (Closed)

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

Description

Fixes for issues 30504 - https://github.com/dart-lang/sdk/issues/30504 gen_snapshot fails to run from kernel 30517 - https://github.com/dart-lang/sdk/issues/30517 vm-kernel-precomp 'expected: !dfe.UseDartFrontend() && !dfe.kernel_file_specified()' tests regression R=aam@google.com Committed: https://github.com/dart-lang/sdk/commit/eac18a324c168de509f056a2bfcd3cdb56a312e4

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M runtime/bin/loader.cc View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 chunk +5 lines, -0 lines 4 comments Download

Messages

Total messages: 11 (3 generated)
siva
3 years, 3 months ago (2017-08-24 18:10:17 UTC) #3
aam
https://codereview.chromium.org/3004563002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/3004563002/diff/1/runtime/vm/dart_api_impl.cc#newcode5035 runtime/vm/dart_api_impl.cc:5035: // returned by the kernel reader. We know that ...
3 years, 3 months ago (2017-08-24 19:20:06 UTC) #4
siva
https://codereview.chromium.org/3004563002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/3004563002/diff/1/runtime/vm/dart_api_impl.cc#newcode5035 runtime/vm/dart_api_impl.cc:5035: // returned by the kernel reader. On 2017/08/24 19:20:06, ...
3 years, 3 months ago (2017-08-24 23:00:42 UTC) #5
aam
On 2017/08/24 23:00:42, siva wrote: > https://codereview.chromium.org/3004563002/diff/1/runtime/vm/dart_api_impl.cc > File runtime/vm/dart_api_impl.cc (right): > > https://codereview.chromium.org/3004563002/diff/1/runtime/vm/dart_api_impl.cc#newcode5035 > ...
3 years, 3 months ago (2017-08-24 23:17:01 UTC) #6
siva
On 2017/08/24 23:17:01, aam wrote: > On 2017/08/24 23:00:42, siva wrote: > > https://codereview.chromium.org/3004563002/diff/1/runtime/vm/dart_api_impl.cc > ...
3 years, 3 months ago (2017-08-25 16:28:18 UTC) #7
siva
Committed patchset #1 (id:1) manually as eac18a324c168de509f056a2bfcd3cdb56a312e4 (presubmit successful).
3 years, 3 months ago (2017-08-25 17:05:22 UTC) #9
aam
https://codereview.chromium.org/3004563002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/3004563002/diff/1/runtime/vm/dart_api_impl.cc#newcode5036 runtime/vm/dart_api_impl.cc:5036: library ^= Api::UnwrapHandle(result); Sorry, I didn't realize that `result` ...
3 years, 3 months ago (2017-08-25 21:56:03 UTC) #10
siva
3 years, 3 months ago (2017-08-25 21:59:47 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/3004563002/diff/1/runtime/vm/dart_api_impl.cc
File runtime/vm/dart_api_impl.cc (right):

https://codereview.chromium.org/3004563002/diff/1/runtime/vm/dart_api_impl.cc...
runtime/vm/dart_api_impl.cc:5036: library ^= Api::UnwrapHandle(result);
On 2017/08/25 21:56:03, aam wrote:
> Sorry, I didn't realize that `result` here will be Dart_Null if
> LoadKernelProgram at line 5028 succeeded.

Good point will fix that.

Powered by Google App Engine
This is Rietveld 408576698