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

Issue 11086065: - Generate a version string based on the VERSION file. (Closed)

Created:
8 years, 2 months ago by Ivan Posva
Modified:
8 years, 2 months ago
Reviewers:
ricow1
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Generate a version string based on the VERSION file. - Add a Dart_VersionString to the API. - Print version string when passing --version to the standalone binary. Committed: https://code.google.com/p/dart/source/detail?r=13514

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -7 lines) Patch
M runtime/bin/bin.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/bin/main.cc View 6 chunks +28 lines, -7 lines 0 comments Download
M runtime/dart-runtime.gyp View 6 chunks +34 lines, -0 lines 0 comments Download
M runtime/include/dart_api.h View 1 chunk +9 lines, -0 lines 0 comments Download
A runtime/tools/make_version.py View 1 chunk +90 lines, -0 lines 2 comments Download
M runtime/vm/dart_api_impl.cc View 2 chunks +4 lines, -0 lines 0 comments Download
A runtime/vm/version.h View 1 chunk +22 lines, -0 lines 0 comments Download
A runtime/vm/version_in.cc View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Ivan Posva
8 years, 2 months ago (2012-10-11 07:02:25 UTC) #1
ricow1
https://codereview.chromium.org/11086065/diff/1/runtime/tools/make_version.py File runtime/tools/make_version.py (right): https://codereview.chromium.org/11086065/diff/1/runtime/tools/make_version.py#newcode16 runtime/tools/make_version.py:16: proc = subprocess.Popen(['awk', this will not work on windows ...
8 years, 2 months ago (2012-10-11 07:35:24 UTC) #2
ahe
8 years, 2 months ago (2012-10-11 12:37:29 UTC) #3
This is breaking my build:

make_version.py exception
list index out of range
make: *** [out/ReleaseIA32/obj/gen/version.cc] Error 255
make: *** Waiting for unfinished jobs....

$ git svn info
git: 'svn' is not a git command. See 'git --help'.

Did you mean this?
	sync
$ svn info
svn: '.' is not a working copy

Powered by Google App Engine
This is Rietveld 408576698