-
Notifications
You must be signed in to change notification settings - Fork 229
pub get fails from Dart Editor 1.10.0 on medium-size polymer project #32
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
Comments
<img src="https://avatars.githubusercontent.com/u/405837?v=3" align="left" width="48" height="48"hspace="10"> Comment by zoechi Please see https://groups.google.com/a/dartlang.org/forum/#!topic/misc/veOqltoM3aE |
This comment was originally written by [email protected] Ok, that's good to know; but with a change this significant, with an impact this serious, it would have been good to know in advance. I certainly wasn't aware of it, I can't find mention of it (or, indeed, any release notes for 1.10.0 in general) on the dartlang website, there's no mention of it in the G+ dartlang community that I can see, and perhaps most importantly the tools themselves don't report anything. Perhaps there's a better way of finding out about this rather than after the fact? |
This comment was originally written by [email protected] Ok, I've removed the "any" constraints in my project's pubspec.yaml, and replaced them with "^*" versions based on the latest listed on pub. So, pubspec.yaml now reads like this: dart_config: ^0.5.0 There is no change in behaviour; pub get still pegs CPU at 100% and needs to be terminated after multiple minutes. |
<img src="https://avatars.githubusercontent.com/u/405837?v=3" align="left" width="48" height="48"hspace="10"> Comment by zoechi This was posted 2 days ago :) |
This comment was originally written by [email protected] Created a new, completely blank project with the dependencies listed in comment #1 (i.e. with "any" constraints). pub get worked with the following output: Resolving dependencies...
|
<img src="https://avatars.githubusercontent.com/u/12753545?v=3" align="left" width="48" height="48"hspace="10"> Comment by ajrcarey Not sure if anything changed, but I can report that pub get on the same project works correctly and without significant delay on 1.10.1. Thanks! |
Originally opened as dart-lang/sdk#23552
This issue was originally filed by [email protected]
What steps will reproduce the problem?
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?
The text was updated successfully, but these errors were encountered: