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

Issue 1142363005: Added .packages, packages/ discovery. (Closed)

Created:
5 years, 7 months ago by Lasse Reichstein Nielsen
Modified:
5 years, 7 months ago
Reviewers:
pquitslund
CC:
sethladd, Søren Gjesse
Base URL:
https://github.com/dart-lang/package_config.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Added .packages, packages/ discovery. Complete restructure of repository, splitting into several files. R=pquitslund@google.com Committed: 5f8ce7330c4ed0397334a1672814874520978f61

Patch Set 1 #

Total comments: 15

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+674 lines, -416 lines) Patch
A lib/discovery.dart View 1 1 chunk +160 lines, -0 lines 0 comments Download
D lib/packagemap.dart View 1 chunk +0 lines, -228 lines 0 comments Download
A lib/packages.dart View 1 chunk +97 lines, -0 lines 0 comments Download
A lib/packages_file.dart View 1 chunk +172 lines, -0 lines 0 comments Download
A lib/src/packages_impl.dart View 1 1 chunk +118 lines, -0 lines 0 comments Download
A lib/src/util.dart View 1 1 chunk +69 lines, -0 lines 0 comments Download
M pubspec.lock View 2 chunks +8 lines, -0 lines 0 comments Download
M pubspec.yaml View 1 chunk +5 lines, -0 lines 0 comments Download
M test/all.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/parse_test.dart View 3 chunks +43 lines, -37 lines 0 comments Download
D test/test_packagemap.dart View 1 chunk +0 lines, -149 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
Lasse Reichstein Nielsen
No extra tests added, so most likely it doesn't actually work yet.
5 years, 7 months ago (2015-05-21 12:47:38 UTC) #2
pquitslund
LGTM % nits. Thanks! https://codereview.chromium.org/1142363005/diff/1/lib/discovery.dart File lib/discovery.dart (right): https://codereview.chromium.org/1142363005/diff/1/lib/discovery.dart#newcode42 lib/discovery.dart:42: */ Nit: maybe prefer the ...
5 years, 7 months ago (2015-05-21 18:14:23 UTC) #3
Lasse Reichstein Nielsen
https://codereview.chromium.org/1142363005/diff/1/lib/discovery.dart File lib/discovery.dart (right): https://codereview.chromium.org/1142363005/diff/1/lib/discovery.dart#newcode42 lib/discovery.dart:42: */ I'm *trying* to use the new /// convention, ...
5 years, 7 months ago (2015-05-21 18:30:22 UTC) #4
pquitslund
https://codereview.chromium.org/1142363005/diff/1/pubspec.yaml File pubspec.yaml (right): https://codereview.chromium.org/1142363005/diff/1/pubspec.yaml#newcode13 pubspec.yaml:13: http: "any" On 2015/05/21 18:30:22, Lasse Reichstein Nielsen wrote: ...
5 years, 7 months ago (2015-05-21 18:38:34 UTC) #5
Lasse Reichstein Nielsen
https://codereview.chromium.org/1142363005/diff/1/pubspec.yaml File pubspec.yaml (right): https://codereview.chromium.org/1142363005/diff/1/pubspec.yaml#newcode13 pubspec.yaml:13: http: "any" On 2015/05/21 18:38:33, pquitslund wrote: > Incidentally, ...
5 years, 7 months ago (2015-05-21 19:10:05 UTC) #6
pquitslund
On 2015/05/21 19:10:05, Lasse Reichstein Nielsen wrote: > https://codereview.chromium.org/1142363005/diff/1/pubspec.yaml > File pubspec.yaml (right): > > ...
5 years, 7 months ago (2015-05-21 20:25:29 UTC) #7
Lasse Reichstein Nielsen
Committed patchset #2 (id:20001) manually as 5f8ce7330c4ed0397334a1672814874520978f61 (presubmit successful).
5 years, 7 months ago (2015-05-22 10:43:36 UTC) #8
Lasse Reichstein Nielsen
5 years, 7 months ago (2015-05-22 14:39:07 UTC) #9
Message was sent while issue was closed.
https://codereview.chromium.org/1142363005/diff/1/lib/discovery.dart
File lib/discovery.dart (right):

https://codereview.chromium.org/1142363005/diff/1/lib/discovery.dart#newcode96
lib/discovery.dart:96: Packages findPackagesFromFile(Uri fileBaseUri) {
Added documentation.

Powered by Google App Engine
This is Rietveld 408576698