Description
Originally opened as dart-lang/sdk#23552
This issue was originally filed by [email protected]
What steps will reproduce the problem?
- Run pub-get on my project, either from within Dart Editor or from the command line
- "Resolving dependencies..." appears, with a timer
- pub-get pegs 100% CPU, consumes 0.6 Gb of RAM and does not complete, eventually has to be terminated (longest I let it run was about 6 minutes) and Dart Editor then reports pub-get failed
What is the expected output? What do you see instead?
Expected result is for pub-get to upgrade packages as per constraints in pubspec.yaml
What version of the product are you using?
1.10.0
On what operating system?
Linux/64
What browser (if applicable)?
N/A
Please provide any additional information below.
Project dependencies listed in pubspec.yaml:
dart_config: any
dbcrypt: any
lawndart: any
lzma: any
mailer: any
memcached_client: any
paper_elements: any
petitparser: any
polymer: '>=0.16.0 <0.17.0'
postgresql: any
unittest: any
I know I can download the package I intend to upgrade manually from pub, so this isn't urgent for me. pub get has worked fine in the past on the same project - perhaps something changed in the back-end for 1.10.0?