Skip to content

Conversation

@LongCatIsLooong
Copy link
Contributor

@LongCatIsLooong LongCatIsLooong commented Dec 26, 2019

Description

Reland a reverted breaking change #39919.

/cc @liyuqian.

Related Issues

#41654

Tests

I added the following tests:

Replace this with a list of the tests that you added as part of this PR. A change in behaviour with no test covering it
will likely get reverted accidentally sooner or later. PRs must include tests for all changed/updated/fixed behaviors. See Test Coverage.

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.
  • Yes, this is a breaking change. If not, delete the remainder of this section.

@fluttergithubbot fluttergithubbot added f: cupertino flutter/packages/flutter/cupertino repository framework flutter/packages/flutter repository. See also f: labels. labels Dec 26, 2019
Copy link
Contributor

@justinmc justinmc left a comment

Choose a reason for hiding this comment

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

LGTM, just 2 nitpicks.

Should this be marked as a breaking change?

untransformedPaintingCoordinates.dx,
-_topScrollMarginExtent);
untransformedPaintingCoordinates.dx,
-_topScrollMarginExtent
Copy link
Contributor

Choose a reason for hiding this comment

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

Comma here at the end of the line.

Matrix4 cylindricalTransform,
Offset offsetToCenter,
) {
// Paint child with cylindrically.
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: Should this just be "Paint child cylindrically."? Or does it mean to paint it with the "cylindrically" method? Also see line 956 below.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Forgot to delete it I guess.

@LongCatIsLooong LongCatIsLooong merged commit ae24f18 into flutter:master Dec 27, 2019
@LongCatIsLooong LongCatIsLooong deleted the reland-39919 branch December 27, 2019 01:27
@Piinks
Copy link
Contributor

Piinks commented Dec 27, 2019

FYI @kjlubick it looks like the triaged tryjob results did not carry over when this landed on master. They appeared under By Blame for triage after landing, and fired off test failures on other PRs (ie #47552). I am going to see if I can reproduce.

@Piinks Piinks mentioned this pull request Dec 30, 2019
13 tasks
@xster xster mentioned this pull request Jan 8, 2020
9 tasks
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

f: cupertino flutter/packages/flutter/cupertino repository framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants