Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate transitiveClosure #336

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 13, 2024

  1. Deprecate transitiveClosure

    The algorithm is implemented with a more flexible signature in
    `package:graphs`.
    See dart-lang/tools#104
    
    Use an `ignore_for_file` rather than comment each usage of the
    deprecated APIs.
    natebosch committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c3cf561 View commit details
    Browse the repository at this point in the history
  2. dart format

    natebosch committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    599621d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Add changelog entry

    natebosch committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cb4d762 View commit details
    Browse the repository at this point in the history