Skip to content

Conversation

@bernaferrari
Copy link
Contributor

@bernaferrari bernaferrari commented Aug 22, 2022

This tries to revert #109955 which is also followed by b/243217872.
This might fix the mysterious issue that is happening. Hopefully, someone can trigger Google Testing on this PR.

I'm trying two things if (width == 0.0) break; in a commit, if (width == 0.0) drawRRect (the previous code) in another. First we test the drawRRect, if it works, we try without drawRRect and see if it keeps passing. If nothing works, I'll close this PR and wait for the smart people to debug the issue.

(this is kind of a draft, but I didn't find the button and I need the internal test)

@flutter-dashboard flutter-dashboard bot added the framework flutter/packages/flutter repository. See also f: labels. label Aug 22, 2022
@flutter-dashboard
Copy link

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 (don't just cc him here, he won't see it! He's on Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

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

@flutter-dashboard flutter-dashboard bot added d: api docs Issues with https://api.flutter.dev/ d: examples Sample code and demos documentation f: material design flutter/packages/flutter/material repository. c: contributor-productivity Team-specific productivity, code health, technical debt. labels Aug 22, 2022
Copy link

@adilwahla adilwahla left a comment

Choose a reason for hiding this comment

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

Looks all okay make improvements by

  • code refactoring
  • combine repetitive code in one file & access through it
  • Follow DRY (Don't Repeat yourself)

I hope it will help you alot :)

@bernaferrari
Copy link
Contributor Author

Super-seeded by another PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: contributor-productivity Team-specific productivity, code health, technical debt. d: api docs Issues with https://api.flutter.dev/ d: examples Sample code and demos 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.

3 participants