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

Issue 1449163003: - Include sources in gen_snapshot and dart_no_snapshot to allow (Closed)

Created:
5 years, 1 month ago by Ivan Posva
Modified:
4 years, 9 months ago
Reviewers:
Chinmay, siva
CC:
reviews_dartlang.org, ricow1, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

- Include sources in gen_snapshot and dart_no_snapshot to allow creating full snapshots without having a full Dart SDK checkout. BUG= R=asiva@google.com, chinmaygarde@google.com Committed: https://github.com/dart-lang/sdk/commit/d97c7bdbde9165d338f67bb2e03f15f58d1a7741

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address review comments. #

Total comments: 2

Patch Set 3 : Simplify logic. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -39 lines) Patch
M runtime/bin/builtin.cc View 2 chunks +18 lines, -9 lines 0 comments Download
M runtime/bin/builtin_in.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/libgen_in.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/tools/gen_library_src_paths.py View 2 chunks +21 lines, -5 lines 0 comments Download
M runtime/vm/bootstrap.cc View 1 2 5 chunks +35 lines, -23 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Ivan Posva
5 years, 1 month ago (2015-11-17 18:59:56 UTC) #2
Chinmay
https://codereview.chromium.org/1449163003/diff/1/runtime/vm/bootstrap.cc File runtime/vm/bootstrap.cc (right): https://codereview.chromium.org/1449163003/diff/1/runtime/vm/bootstrap.cc#newcode155 runtime/vm/bootstrap.cc:155: return String::null(); Should the file handle be closed in ...
5 years, 1 month ago (2015-11-17 19:16:56 UTC) #3
Ivan Posva
Thanks! -ip https://codereview.chromium.org/1449163003/diff/1/runtime/vm/bootstrap.cc File runtime/vm/bootstrap.cc (right): https://codereview.chromium.org/1449163003/diff/1/runtime/vm/bootstrap.cc#newcode155 runtime/vm/bootstrap.cc:155: return String::null(); On 2015/11/17 19:16:56, Chinmay wrote: ...
5 years, 1 month ago (2015-11-17 19:29:17 UTC) #4
Chinmay
On 2015/11/17 at 19:29:17, iposva wrote: > Thanks! -ip > > https://codereview.chromium.org/1449163003/diff/1/runtime/vm/bootstrap.cc > File runtime/vm/bootstrap.cc ...
5 years, 1 month ago (2015-11-17 19:30:01 UTC) #5
siva
lgtm https://codereview.chromium.org/1449163003/diff/20001/runtime/vm/bootstrap.cc File runtime/vm/bootstrap.cc (right): https://codereview.chromium.org/1449163003/diff/20001/runtime/vm/bootstrap.cc#newcode158 runtime/vm/bootstrap.cc:158: ASSERT(utf8_array != NULL); This assert can move down ...
5 years, 1 month ago (2015-11-17 19:37:56 UTC) #6
Ivan Posva
Thanks! -Ivan https://codereview.chromium.org/1449163003/diff/20001/runtime/vm/bootstrap.cc File runtime/vm/bootstrap.cc (right): https://codereview.chromium.org/1449163003/diff/20001/runtime/vm/bootstrap.cc#newcode158 runtime/vm/bootstrap.cc:158: ASSERT(utf8_array != NULL); On 2015/11/17 19:37:55, siva ...
5 years, 1 month ago (2015-11-17 22:50:26 UTC) #7
Ivan Posva
5 years, 1 month ago (2015-11-17 22:58:13 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
d97c7bdbde9165d338f67bb2e03f15f58d1a7741 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698