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

Issue 10399076: Get codebase ready for actually supporting versioning. (Closed)

Created:
8 years, 7 months ago by Bob Nystrom
Modified:
8 years, 7 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Get codebase ready for actually supporting versioning. Committed: https://code.google.com/p/dart/source/detail?r=7776

Patch Set 1 #

Patch Set 2 : Tiny tweak. #

Total comments: 18

Patch Set 3 : Validate descriptions and move stuff into Entrypoint. #

Total comments: 12

Patch Set 4 : Respond to review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+390 lines, -336 lines) Patch
M utils/pub/command_install.dart View 1 chunk +1 line, -1 line 0 comments Download
A + utils/pub/entrypoint.dart View 1 2 3 4 chunks +46 lines, -27 lines 0 comments Download
M utils/pub/git_source.dart View 1 2 3 chunks +17 lines, -5 lines 0 comments Download
M utils/pub/io.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M utils/pub/package.dart View 1 2 3 2 chunks +98 lines, -139 lines 0 comments Download
M utils/pub/packages_dir.dart View 1 2 1 chunk +0 lines, -119 lines 0 comments Download
M utils/pub/pub.dart View 1 2 5 chunks +19 lines, -19 lines 0 comments Download
A utils/pub/pubspec.dart View 1 2 3 1 chunk +107 lines, -0 lines 0 comments Download
M utils/pub/sdk_source.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/source.dart View 1 2 2 chunks +23 lines, -7 lines 0 comments Download
M utils/pub/system_cache.dart View 1 chunk +3 lines, -1 line 0 comments Download
M utils/pub/utils.dart View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M utils/pub/version.dart View 1 2 3 chunks +7 lines, -10 lines 0 comments Download
M utils/tests/pub/pub_test.dart View 2 chunks +7 lines, -3 lines 0 comments Download
A utils/tests/pub/pubspec_test.dart View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M utils/tests/pub/version_test.dart View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Bob Nystrom
This patch doesn't do anything visibly interesting, but it does reorganize things to get ready ...
8 years, 7 months ago (2012-05-17 22:35:31 UTC) #1
nweiz
https://chromiumcodereview.appspot.com/10399076/diff/2001/utils/pub/git_source.dart File utils/pub/git_source.dart (right): https://chromiumcodereview.appspot.com/10399076/diff/2001/utils/pub/git_source.dart#newcode26 utils/pub/git_source.dart:26: var url = id.description; This should at least validate ...
8 years, 7 months ago (2012-05-18 00:08:24 UTC) #2
Bob Nystrom
I think I responded to everything. Thanks! https://chromiumcodereview.appspot.com/10399076/diff/2001/utils/pub/git_source.dart File utils/pub/git_source.dart (right): https://chromiumcodereview.appspot.com/10399076/diff/2001/utils/pub/git_source.dart#newcode26 utils/pub/git_source.dart:26: var url ...
8 years, 7 months ago (2012-05-18 20:02:38 UTC) #3
nweiz
https://chromiumcodereview.appspot.com/10399076/diff/8001/utils/pub/entrypoint.dart File utils/pub/entrypoint.dart (left): https://chromiumcodereview.appspot.com/10399076/diff/8001/utils/pub/entrypoint.dart#oldcode42 utils/pub/entrypoint.dart:42: // TODO(rnystrom): Make this path configurable. This TODO should ...
8 years, 7 months ago (2012-05-18 21:16:01 UTC) #4
Bob Nystrom
Thanks! https://chromiumcodereview.appspot.com/10399076/diff/8001/utils/pub/entrypoint.dart File utils/pub/entrypoint.dart (left): https://chromiumcodereview.appspot.com/10399076/diff/8001/utils/pub/entrypoint.dart#oldcode42 utils/pub/entrypoint.dart:42: // TODO(rnystrom): Make this path configurable. On 2012/05/18 ...
8 years, 7 months ago (2012-05-18 22:13:04 UTC) #5
nweiz
8 years, 7 months ago (2012-05-18 22:21:51 UTC) #6
LGTM++

Powered by Google App Engine
This is Rietveld 408576698