Skip to content

pub get fails from Dart Editor 1.10.0 on medium-size polymer project #32

Closed
@DartBot

Description

@DartBot

Originally opened as dart-lang/sdk#23552

This issue was originally filed by [email protected]


What steps will reproduce the problem?

  1. Run pub-get on my project, either from within Dart Editor or from the command line
  2. "Resolving dependencies..." appears, with a timer
  3. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions