Skip to content

Conversation

Piinks
Copy link
Contributor

@Piinks Piinks commented Apr 27, 2020

Description

Continuing audit of TODOs in the codebase.

This PR removes 12 TODOs, and updates 9 TODOs.

Related Issues

dart-lang/sdk#58600
dart-lang/sdk#59186
#32782
#37333
#48522
#51627
#52114
#56079
#56082
dart-lang/sdk#57782
dart-lang/sdk#10659
dart-lang/sdk#34180
dart-lang/sdk#35520

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.
  • The analyzer (flutter analyze --flutter-repo) does not report any problems on my PR.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Did any tests fail when you ran them? Please read Handling breaking changes.

  • No, no existing tests failed, so this is not a breaking change.

@Piinks Piinks added c: contributor-productivity Team-specific productivity, code health, technical debt. framework flutter/packages/flutter repository. See also f: labels. work in progress; do not review labels Apr 27, 2020
@fluttergithubbot fluttergithubbot added the f: material design flutter/packages/flutter/material repository. label Apr 27, 2020
Copy link
Contributor Author

@Piinks Piinks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is WIP, and may be split out into multiple changes. I've cc'd potentially interested parties to help identify some actionable items. :)

}) : assert(data != null),
super(key: key, child: child);

// TODO(darrenaustin): remove after this deprecation warning has been on
Copy link
Contributor Author

@Piinks Piinks Apr 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this since the 'Deprecated' below will be culled later on during deprecation reaping. No need for a todo.

// around each button on each side, and the button itself will have 8
// pixels internally on each side, yet we want the left edge of the
// inside of the button to line up with the 24.0 left inset.
// TODO(ianh): Better magic. See https://github.com/flutter/flutter/issues/4460
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue was closed unimplemented.

@Piinks
Copy link
Contributor Author

Piinks commented Apr 30, 2020

@xster do you have any feedback on that curve ToDo? #55789 (comment)

@Piinks Piinks changed the title [WIP] ToDo Audit - Material Library+ ToDo Audit - Material Library+ May 6, 2020
@Piinks Piinks marked this pull request as ready for review May 6, 2020 18:19
@fluttergithubbot
Copy link
Contributor

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@Piinks Piinks removed the f: material design flutter/packages/flutter/material repository. label May 6, 2020
Copy link
Member

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fluttergithubbot fluttergithubbot merged commit bf8208c into flutter:master May 6, 2020
@HansMuller HansMuller added the f: material design flutter/packages/flutter/material repository. label May 8, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

c: contributor-productivity Team-specific productivity, code health, technical debt. f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants