You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new format of the SDK version number causes the version parser in pub_semver 1.4.4 to return a different type for the preRelease.first version component.
dart2-dartdoc_test.dart: 05:15 +9 -2: dartdoc with generators basic interlinking test [E]
dart2-dartdoc_test.dart:
dart2-dartdoc_test.dart: type 'int' is not a subtype of type 'String'
dart2-dartdoc_test.dart:
dart2-dartdoc_test.dart: package:dartdoc/src/model/package.dart 229:17 Package.baseHref.<fn>
dart2-dartdoc_test.dart: dart:core-patch/string_patch.dart 731:35 _StringBase.replaceAllMapped
dart2-dartdoc_test.dart: package:dartdoc/src/model/package.dart 220:30 Package.baseHref
dart2-dartdoc_test.dart: package:dartdoc/src/model/class.dart 241:23 Class.href
dart2-dartdoc_test.dart: package:dartdoc/src/model/package_graph.dart 572:37 PackageGraph._addToImplementors._checkAndAddClass
dart2-dartdoc_test.dart: package:dartdoc/src/model/package_graph.dart 586:24 PackageGraph._addToImplementors
dart2-dartdoc_test.dart: dart:core-patch/array.dart 113:8 List.forEach
dart2-dartdoc_test.dart: package:dartdoc/src/model/package_graph.dart 82:28 PackageGraph.initializePackageGraph.<fn>.<fn>
dart2-dartdoc_test.dart: dart:core-patch/growable_array.dart 282:8 List.forEach
dart2-dartdoc_test.dart: package:dartdoc/src/model/package_graph.dart 81:25 PackageGraph.initializePackageGraph.<fn>
dart2-dartdoc_test.dart: dart:core-patch/growable_array.dart 282:8 List.forEach
dart2-dartdoc_test.dart: package:dartdoc/src/model/package_graph.dart 79:33 PackageGraph.initializePackageGraph
dart2-dartdoc_test.dart: ===== asynchronous gap ===========================
The text was updated successfully, but these errors were encountered:
I'm not sure how it would affect pub.dev, we don't use pre-release versions of the dart-sdk (well, it happens, but we try to avoid it). Maybe, if the package has a lower bound SDK constraint on a pre-release?
In any case, we'll do our best to pick up the next release. Feel free to ping me when this ships.
@jonasf It shouldn't affect pub unless you try to run dartdoc with a dev release -- dartdoc tries to link against the SDK you're running with, rather than anything based on constraints.
Regardless, 0.31.0 has published with the patch, so updating to that should eliminate that worry.
The new format of the SDK version number causes the version parser in pub_semver 1.4.4 to return a different type for the
preRelease.first
version component.The text was updated successfully, but these errors were encountered: