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

Issue 10938003: Don't extract the name of a package from its description. (Closed)

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

Description

Don't extract the name of a package from its description. Instead, the pubspec is considered to be the canonical name. This has the side effect of requiring that all dependencies have a pubspec with a name field. BUG=5205 Committed: https://code.google.com/p/dart/source/detail?r=12517

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -166 lines) Patch
M utils/pub/command_help.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M utils/pub/command_version.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M utils/pub/entrypoint.dart View 4 chunks +3 lines, -26 lines 0 comments Download
M utils/pub/git_source.dart View 2 chunks +4 lines, -11 lines 0 comments Download
M utils/pub/hosted_source.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/lock_file.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/package.dart View 6 chunks +48 lines, -25 lines 0 comments Download
M utils/pub/pub.dart View 1 3 chunks +27 lines, -6 lines 0 comments Download
M utils/pub/pubspec.dart View 1 chunk +1 line, -8 lines 0 comments Download
M utils/pub/source.dart View 4 chunks +4 lines, -14 lines 0 comments Download
M utils/pub/system_cache.dart View 1 chunk +2 lines, -1 line 0 comments Download
M utils/pub/version_solver.dart View 12 chunks +18 lines, -16 lines 0 comments Download
M utils/tests/pub/lock_file_test.dart View 3 chunks +5 lines, -17 lines 0 comments Download
M utils/tests/pub/pub_install_git_test.dart View 13 chunks +102 lines, -19 lines 0 comments Download
M utils/tests/pub/pub_install_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/pub_update_git_test.dart View 6 chunks +20 lines, -10 lines 0 comments Download
M utils/tests/pub/pub_update_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/test_pub.dart View 1 chunk +16 lines, -1 line 0 comments Download
M utils/tests/pub/version_solver_test.dart View 4 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
nweiz
8 years, 3 months ago (2012-09-18 00:59:26 UTC) #1
Bob Nystrom
https://chromiumcodereview.appspot.com/10938003/diff/1/utils/pub/pub.dart File utils/pub/pub.dart (right): https://chromiumcodereview.appspot.com/10938003/diff/1/utils/pub/pub.dart#newcode161 utils/pub/pub.dart:161: bool get usesEntrypoint => true; How about "requiresEntrypoint"? https://chromiumcodereview.appspot.com/10938003/diff/1/utils/pub/pub.dart#newcode208 ...
8 years, 3 months ago (2012-09-18 01:34:47 UTC) #2
nweiz
https://chromiumcodereview.appspot.com/10938003/diff/1/utils/pub/pub.dart File utils/pub/pub.dart (right): https://chromiumcodereview.appspot.com/10938003/diff/1/utils/pub/pub.dart#newcode161 utils/pub/pub.dart:161: bool get usesEntrypoint => true; On 2012/09/18 01:34:47, Bob ...
8 years, 3 months ago (2012-09-18 19:55:30 UTC) #3
Bob Nystrom
8 years, 3 months ago (2012-09-18 21:57:03 UTC) #4
LGTM!

Powered by Google App Engine
This is Rietveld 408576698