Reviews for dart-pub-semver
All reviews for this package from team members (across all versions).
| Reviewer | Version | Allocated | Started | Status | Completed | Comment | |
|---|---|---|---|---|---|---|---|
| awm | 2.2.1-1 | 0 hours ago | 0 hours ago | accepted | 0 hours ago | Hi, The shipped sources import package:collection/collection.dart: lib/src/version.dart:7 lib/src/version_union.dart:5 Yet debian/control declares no Depends: at all on the binary package. The package's stated purpose is to "ship the Dart sources so that other Dart packages can depend on it at build time," but those sources won't compile for consumers without collection being provided. This needs a Depends: dart-collection — otherwise the shipped code is incomplete for its intended use. ... or possibly it doesn't. I know that with debhelper 14 some classes of Depends are no longer needed, so perhaps this is one such? It would be good to know... I guess it's also possible you know this perfectly well, but you have to do it this way as you pull this all together from the bootstraps :-) Thanks! | View |