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

Issue 2045803002: Add VersionConstraint.difference(). (Closed)

Created:
4 years, 6 months ago by nweiz
Modified:
4 years, 6 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/pub_semver@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+482 lines, -55 lines) Patch
M CHANGELOG.md View 1 chunk +3 lines, -0 lines 0 comments Download
M lib/src/utils.dart View 1 chunk +42 lines, -13 lines 0 comments Download
M lib/src/version.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M lib/src/version_constraint.dart View 1 2 chunks +9 lines, -4 lines 0 comments Download
M lib/src/version_range.dart View 3 chunks +109 lines, -33 lines 0 comments Download
M lib/src/version_union.dart View 3 chunks +76 lines, -2 lines 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M test/version_range_test.dart View 2 chunks +160 lines, -2 lines 0 comments Download
M test/version_test.dart View 1 chunk +21 lines, -0 lines 0 comments Download
M test/version_union_test.dart View 1 chunk +58 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
nweiz
4 years, 6 months ago (2016-06-06 23:20:55 UTC) #1
Bob Nystrom
LGTM! https://codereview.chromium.org/2045803002/diff/1/lib/src/utils.dart File lib/src/utils.dart (right): https://codereview.chromium.org/2045803002/diff/1/lib/src/utils.dart#newcode16 lib/src/utils.dart:16: /// Returns whether [range1] allows lower versions than ...
4 years, 6 months ago (2016-06-08 22:51:06 UTC) #2
nweiz
https://codereview.chromium.org/2045803002/diff/1/lib/src/utils.dart File lib/src/utils.dart (right): https://codereview.chromium.org/2045803002/diff/1/lib/src/utils.dart#newcode16 lib/src/utils.dart:16: /// Returns whether [range1] allows lower versions than [range2]. ...
4 years, 6 months ago (2016-06-08 23:39:02 UTC) #3
nweiz
Code review changes
4 years, 6 months ago (2016-06-08 23:41:44 UTC) #4
nweiz
4 years, 6 months ago (2016-06-08 23:41:56 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
17838f3fae618acae4bbda756484f15a0c89bcb7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698