dart-lang / collection

The collection package for Dart contains a number of separate libraries with utility functions and classes that makes working with collections easier.
https://pub.dev/packages/collection
BSD 3-Clause "New" or "Revised" License
386 stars 87 forks source link

Deprecate transitiveClosure #336

Closed natebosch closed 4 months ago

natebosch commented 8 months ago

The algorithm is implemented with a more flexible signature in package:graphs. See https://github.com/dart-lang/tools/issues/104

Use an ignore_for_file rather than comment each usage of the deprecated APIs.

kevmoo commented 8 months ago

Changelog?