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

Issue 10690127: Add support to the version solver for sources that only have a single version per package. (Closed)

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

Description

Add support to the version solver for sources that only have a single version per package. Committed: https://code.google.com/p/dart/source/detail?r=9567

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -11 lines) Patch
M utils/pub/root_source.dart View 1 chunk +0 lines, -4 lines 0 comments Download
M utils/pub/sdk_source.dart View 1 chunk +9 lines, -0 lines 0 comments Download
M utils/pub/source.dart View 1 chunk +12 lines, -5 lines 0 comments Download
M utils/tests/pub/version_solver_test.dart View 6 chunks +54 lines, -2 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
nweiz
8 years, 5 months ago (2012-07-11 00:57:39 UTC) #1
Bob Nystrom
lgtm https://chromiumcodereview.appspot.com/10690127/diff/1/utils/tests/pub/version_solver_test.dart File utils/tests/pub/version_solver_test.dart (right): https://chromiumcodereview.appspot.com/10690127/diff/1/utils/tests/pub/version_solver_test.dart#newcode121 utils/tests/pub/version_solver_test.dart:121: 'foo 1.2.3 from versionless': { 'bar': '>=1.0.0' }, ...
8 years, 5 months ago (2012-07-11 16:55:12 UTC) #2
nweiz
8 years, 5 months ago (2012-07-11 19:11:37 UTC) #3
https://chromiumcodereview.appspot.com/10690127/diff/1/utils/tests/pub/versio...
File utils/tests/pub/version_solver_test.dart (right):

https://chromiumcodereview.appspot.com/10690127/diff/1/utils/tests/pub/versio...
utils/tests/pub/version_solver_test.dart:121: 'foo 1.2.3 from versionless': {
'bar': '>=1.0.0' },
On 2012/07/11 16:55:13, Bob Nystrom wrote:
> Can you split this map onto the next line like the other tests?

Done.

Powered by Google App Engine
This is Rietveld 408576698