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

Issue 558503002: Checks snapshot validity using a hash of source file instead of a version string. (Closed)

Created:
6 years, 3 months ago by zra
Modified:
6 years, 3 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org, ricow1, vm-dev_dartlang.org
Visibility:
Public.

Description

Checks snapshot validity using a hash of source file instead of a version string. R=asiva@google.com, iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=40009

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -2 lines) Patch
M runtime/vm/version.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/version_in.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/make_version.py View 1 3 chunks +34 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
zra
Did I miss any files?
6 years, 3 months ago (2014-09-08 23:14:10 UTC) #2
siva
LGTM with one comment. https://codereview.chromium.org/558503002/diff/1/tools/make_version.py File tools/make_version.py (right): https://codereview.chromium.org/558503002/diff/1/tools/make_version.py#newcode33 tools/make_version.py:33: 'symbols.cc', I think we should ...
6 years, 3 months ago (2014-09-08 23:47:46 UTC) #3
Ivan Posva
LGTM -Ivan https://codereview.chromium.org/558503002/diff/1/tools/make_version.py File tools/make_version.py (right): https://codereview.chromium.org/558503002/diff/1/tools/make_version.py#newcode43 tools/make_version.py:43: vmhash = hashlib.md5() Anything better than MD5? ...
6 years, 3 months ago (2014-09-09 00:08:03 UTC) #4
zra
https://codereview.chromium.org/558503002/diff/1/tools/make_version.py File tools/make_version.py (right): https://codereview.chromium.org/558503002/diff/1/tools/make_version.py#newcode33 tools/make_version.py:33: 'symbols.cc', On 2014/09/08 23:47:45, siva wrote: > I think ...
6 years, 3 months ago (2014-09-09 01:43:03 UTC) #5
zra
https://codereview.chromium.org/558503002/diff/1/tools/make_version.py File tools/make_version.py (right): https://codereview.chromium.org/558503002/diff/1/tools/make_version.py#newcode33 tools/make_version.py:33: 'symbols.cc', On 2014/09/08 23:47:45, siva wrote: > I think ...
6 years, 3 months ago (2014-09-09 01:43:03 UTC) #6
zra
Committed patchset #2 (id:20001) manually as r40009 (presubmit successful).
6 years, 3 months ago (2014-09-09 01:44:52 UTC) #7
Florian Schneider
On 2014/09/08 23:14:10, zra wrote: > Did I miss any files? What about runtime/lib?
6 years, 3 months ago (2014-09-09 08:47:01 UTC) #8
zra
6 years, 3 months ago (2014-09-09 19:37:41 UTC) #9
Message was sent while issue was closed.
On 2014/09/09 08:47:01, Florian Schneider wrote:
> On 2014/09/08 23:14:10, zra wrote:
> > Did I miss any files?
> 
> What about runtime/lib?

After some discussion here, we're not sure why or which files from runtime/lib
would need to be included. Could you explain? Thanks!

Powered by Google App Engine
This is Rietveld 408576698