Making TextPainter rounding hack disabled by default#132094
Merged
auto-submit[bot] merged 3 commits intoflutter:masterfrom Aug 10, 2023
Merged
Making TextPainter rounding hack disabled by default#132094auto-submit[bot] merged 3 commits intoflutter:masterfrom
auto-submit[bot] merged 3 commits intoflutter:masterfrom
Conversation
a8da0fe to
21f0ea8
Compare
71583e4 to
18802bf
Compare
8 tasks
justinmc
approved these changes
Aug 9, 2023
Contributor
justinmc
left a comment
There was a problem hiding this comment.
LGTM 👍. Looks like a lot of cruft going away because of this rounding thing. A super editor test is failing but I guess it has to be migrated too.
Comment on lines
517
to
520
Contributor
There was a problem hiding this comment.
Can you explain this again, are you planning to remove the assert wrapping?
Contributor
Author
There was a problem hiding this comment.
Yeah it will be removed once flutter/engine#44544 lands.
Comment on lines
350
to
351
Contributor
There was a problem hiding this comment.
Can you remove the TODO above here? I see that you mentioned the 99933 issue in some other tests.
17ffa22 to
802ca4c
Compare
802ca4c to
e38a64f
Compare
HansMuller
approved these changes
Aug 9, 2023
Contributor
Author
|
Setting google testing to passing: the |
auto-submit bot
pushed a commit
to flutter/engine
that referenced
this pull request
Aug 10, 2023
This depends on flutter/flutter#132094 and customer_testing migration. I'll announce this change and add a g3 fix after this lands. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 10, 2023
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 10, 2023
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 10, 2023
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 10, 2023
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 10, 2023
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 10, 2023
8 tasks
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 10, 2023
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 10, 2023
auto-submit bot
pushed a commit
that referenced
this pull request
Aug 10, 2023
Undo temporary changes made in #132094
gaaclarke
pushed a commit
to gaaclarke/engine
that referenced
this pull request
Aug 30, 2023
This depends on flutter/flutter#132094 and customer_testing migration. I'll announce this change and add a g3 fix after this lands. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Nov 15, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate tests in flutter/flutter. Once the tests here and in
*_customer_testingare migrated, the default value of the migration flag will be changed from false to true, making the rounding hack disabled by default.Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.