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

Must bump perf_api to 0.0.9 to fix checked mode in dart 1.6  #1407

@lassedamgaard

Description

@lassedamgaard

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. See google/perf_api.dart@3f0ae97

Error in dart 1.6 using 0.0.8:

Internal error: 'http://localhost:2000/main.dart': error: line 151 pos 17: expression is not a valid compile-time constant
    final Map<String, int> _counters = <String, int>{};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions