-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Making TextPainter rounding hack disabled by default #132094
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
Making TextPainter rounding hack disabled by default #132094
Conversation
a8da0fe to
21f0ea8
Compare
71583e4 to
18802bf
Compare
justinmc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain this again, are you planning to remove the assert wrapping?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it will be removed once flutter/engine#44544 lands.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
Setting google testing to passing: the |
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
Undo temporary changes made in #132094
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
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.