Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

fix(perf_api): updgrade the pkg minimum version to fix an analyzer error #1408

Closed
wants to merge 1 commit into from

Conversation

vicb
Copy link
Contributor

@vicb vicb commented Aug 29, 2014

fixes #1407

perf_api 0.0.8 contains an invalid const constructor which the type
checker ignored in dart 1.5.8 but throws on in 1.6. Using 0.0.9 fixes
this.

fixes dart-archive#1407

perf_api 0.0.8 contains an invalid const constructor which the type
checker ignored in dart 1.5.8 but throws on in 1.6. Using 0.0.9 fixes
this.
@vicb
Copy link
Contributor Author

vicb commented Aug 29, 2014

@jbdeboer @mhevery seems like Travis is no more listening to PRs, is this intended ?

@vicb vicb closed this in 09d3c83 Aug 29, 2014
vicb added a commit that referenced this pull request Aug 29, 2014
fixes #1407

perf_api 0.0.8 contains an invalid const constructor which the type
checker ignored in dart 1.5.8 but throws on in 1.6. Using 0.0.9 fixes
this.

Closes #1408
@vicb vicb deleted the 0829-perfApi branch August 31, 2014 07:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

Must bump perf_api to 0.0.9 to fix checked mode in dart 1.6
3 participants