Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

flutteractionsbot
Copy link

@flutteractionsbot flutteractionsbot commented Apr 5, 2024

This pull request is created by automatic cherry pick workflow
Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.

Issue Link:

What is the link to the issue this cherry-pick is addressing?

flutter/flutter#146362

Changelog Description:

Explain this cherry pick in one line that is accessible to most Flutter developers. See best practices for examples

Fixes Impeller crash when rendering zero area filled shapes.

Impact Description:

What is the impact (ex. visual jank on Samsung phones, app crash, cannot ship an iOS app)? Does it impact development (ex. flutter doctor crashes when Android Studio is installed), or the shipping production app (the app crashes on launch)

Native crash in Impeller renderer.

Workaround:

Is there a workaround for this issue?

No

Risk:

What is the risk level of this cherry-pick?

  • Low
  • Medium
  • High

Test Coverage:

Are you confident that your fix is well-tested by automated tests?

  • Yes
  • No

Validation Steps:

What are the steps to validate that this fix works?

Run the included test

Fixes flutter/flutter#146362

Sometimes we can have effectively zero area in a way that doesn't seem to register with the Skia bounding box logic we're using. Add a sanity check for zero points in the polyline.
@flutteractionsbot flutteractionsbot added the cp: review add the cp request to the review queue of release engineers label Apr 5, 2024
@flutteractionsbot
Copy link
Author

@jonahwilliams please fill out the PR description above, afterwards the release team will review this request.

@chinmaygarde
Copy link
Member

Spoke to Kevin in person and there is nothing to here but wait.

@itsjustkevin
Copy link
Contributor

@godofredoc this one still needs to be merged also.

@godofredoc godofredoc added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 16, 2024
@auto-submit auto-submit bot merged commit 41d578d into flutter:flutter-3.22-candidate.0 Apr 16, 2024
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App cp: review add the cp request to the review queue of release engineers e: impeller
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants