This repository was archived by the owner on Jan 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Travis is faliing on stable #185
Comments
@jakobr-google @mkustermann – thoughts? |
Repros for me using latest stable SDK (1.24.3). It looks like the pub client goes into a loop trying to solve the version constraints. |
Yeah, pub's spinning forever due to the latest dart_style version, which requires analyzer 0.31.2-alpha.0, which only supports SDK 2.0.0-dev and up... |
jakobr-google
added a commit
to jakobr-google/discoveryapis_generator
that referenced
this issue
Mar 14, 2018
The latest version of dart_style (1.0.10) depends on analyzer 0.31.2-alpha.0 which only supports SDK >=2.0.0-dev. Since we want to be able to run on stable, we have to limit dart_style to 1.0.9+1. In a perfect world, pub would automatically do this for us, but unfortunately it doesn't (at least not in SDK 1.24.3). Instead, it spins forever trying to solve the constraint puzzle. Fixes dart-archive#185
This was referenced Mar 14, 2018
@nex3 FYI |
jakobr-google
added a commit
that referenced
this issue
Mar 14, 2018
The latest version of dart_style (1.0.10) depends on analyzer 0.31.2-alpha.0 which only supports SDK >=2.0.0-dev. Since we want to be able to run on stable, we have to limit dart_style to 1.0.9+1. In a perfect world, pub would automatically do this for us, but unfortunately it doesn't (at least not in SDK 1.24.3). Instead, it spins forever trying to solve the constraint puzzle. Fixes #185
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://travis-ci.org/dart-lang/discoveryapis_generator/jobs/344956860
Seems that
pub get
isn't working 😢The text was updated successfully, but these errors were encountered: