Chromium Code Reviews

Side by Side Diff: pkg/args/pubspec.yaml

Issue 89173002: pkg/args: updated args dependency on collection_helpers to >= 0.9.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: args 1 name: args
2 version: 0.9.0 2 version: 0.9.0+1-dev
Bob Nystrom 2013/11/26 21:52:45 Instead of bumping this now, I think we should jus
kevmoo-old 2013/11/26 22:03:21 I've seen -dev used in a few other libs. It implie
kevmoo-old 2013/11/26 22:05:01 To be super clear: +1: flags that this is not eve
Bob Nystrom 2013/12/03 18:28:49 Hmm, I don't have a well-defined proposal yet for
3 author: "Dart Team <misc@dartlang.org>" 3 author: Dart Team <misc@dartlang.org>
4 homepage: http://www.dartlang.org
5 documentation: http://api.dartlang.org/docs/pkg/args
6 description: > 4 description: >
7 Libraries for defining parsers for parsing raw command-line arguments into 5 Libraries for defining parsers for parsing raw command-line arguments into
8 a set of options and values using GNU and POSIX style options. 6 a set of options and values using GNU and POSIX style options.
9 7
8 homepage: http://www.dartlang.org
9 documentation: http://api.dartlang.org/docs/pkg/args
10 environment:
11 sdk: '>=0.8.10+6 <2.0.0'
10 dependencies: 12 dependencies:
11 collection_helpers: ">=0.9.0 <0.10.0" 13 collection_helpers: '>=0.9.1 <0.10.0'
Bob Nystrom 2013/11/26 21:52:45 Does this actually require a change from collectio
kevmoo-old 2013/11/26 22:03:21 Yup. This is catching up with https://code.google.
12 dev_dependencies: 14 dev_dependencies:
13 unittest: ">=0.9.0 <0.10.0" 15 unittest: '>=0.9.0 <0.10.0'
Bob Nystrom 2013/11/26 21:52:45 You can leave the SDK constraint in.
kevmoo-old 2013/11/26 22:03:21 SDK constraint is still there, just bumped up a bi
Bob Nystrom 2013/12/03 18:28:49 Ah, didn't notice that. OK.
14 environment:
15 sdk: ">=0.8.10+6 <2.0.0"
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine