-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
P0A serious issue requiring immediate resolutionA serious issue requiring immediate resolution
Description
See this Travis log:
Because dartdoc <0.18.0 requires SDK version <2.0.0-dev.infinity and dartdoc ^0.18.0 depends on mustache4dart ^2.1.0, dartdoc <0.19.0 requires mustache4dart ^2.1.0.
And because dartdoc >=0.19.0 <0.19.1 depends on mustache4dart ^2.1.1 and dartdoc >=0.19.1 depends on mustache4dart ^2.1.2, every version of dartdoc requires mustache4dart ^2.1.0.
So, because mustache4dart >=0.0.1 requires SDK version <2.0.0 and pub global activate depends on dartdoc any, version solving failed.
mustache4dart still has 2.0.0 as the max SDK bound: https://github.com/valotas/mustache4dart/blob/83aee1f216725902a1667c71b017a6ec7e0c8c42/pubspec.yaml#L7
kwalrath
Metadata
Metadata
Assignees
Labels
P0A serious issue requiring immediate resolutionA serious issue requiring immediate resolution