Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package args - please update on pub.dartlang.org #8888

Closed
DartBot opened this issue Mar 2, 2013 · 7 comments
Closed

package args - please update on pub.dartlang.org #8888

DartBot opened this issue Mar 2, 2013 · 7 comments
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. closed-obsolete Closed as the reported issue is no longer relevant

Comments

@DartBot
Copy link

DartBot commented Mar 2, 2013

This issue was originally filed by kguggisberg...@gmail.com


Please update package 'args' on pub.dartlang.org to reflect the change in
https://codereview.chromium.org/12328104/patch/10002/6017

Currently (0.1.2.0_r19354), 'args' is broken:

import "package:args/args.dart";
main() => new ArgParser().parse(new Options().arguments);

Results in:
Unhandled exception:
Unsupported operation: Cannot clear a non-extendable array

­0 List.clear (dart:core-patch:294:5)

­1 Parser.parse (package:args/src/parser.dart:99:15)

­2 ArgParser.parse (package:args/args.dart:310:50)

­3 main (file:///home/karl/repositories/dartkart/test/test_args.dart:6:29)

@sethladd
Copy link
Contributor

sethladd commented Mar 4, 2013

Added Area-Pkg, Triaged labels.

@sethladd
Copy link
Contributor

sethladd commented Mar 4, 2013

can you please paste in your pubspec.yaml and pubspec.lock file? Also, what does 'dart --version' or "About Editor" report?

@sethladd
Copy link
Contributor

sethladd commented Mar 4, 2013

Added Pkg-Args label.

@sethladd
Copy link
Contributor

sethladd commented Mar 4, 2013

cc @munificent.

@munificent
Copy link
Member

Corelib has dialed back its use of non-growable lists some and this seems to be working correctly on bleeding_edge now.


Added AssumedStale label.

@DartBot
Copy link
Author

DartBot commented Mar 5, 2013

This comment was originally written by kguggisb...@gmail.com


Yes, looks good now.

@DartBot DartBot added Type-Defect area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. closed-obsolete Closed as the reported issue is no longer relevant labels Mar 5, 2013
@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

This issue has been moved to dart-lang/args#18.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. closed-obsolete Closed as the reported issue is no longer relevant
Projects
None yet
Development

No branches or pull requests

3 participants