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

Conversation

@chinmaygarde
Copy link
Member

Fixes flutter/flutter#156360

This was missed in the earlier bringup.

cc @lyceel I did not expose the solid color source since (as @jonahwilliams pointed out) all it does it clear the current color source and set the color on the paint.

@chinmaygarde chinmaygarde added e: impeller e: libimpeller The standalone Impeller library with a single-header API. labels Oct 8, 2024
@chinmaygarde chinmaygarde self-assigned this Oct 8, 2024
@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, contact "@test-exemption-reviewer" in the #hackers channel in Discord (don't just cc them here, they won't see it!).

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. The test exemption team is a small volunteer group, so all reviewers should feel empowered to ask for tests, without delegating that responsibility entirely to the test exemption group.

Copy link
Contributor

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

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

LGTM

@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 8, 2024
@auto-submit
Copy link
Contributor

auto-submit bot commented Oct 8, 2024

auto label is removed for flutter/engine/55754, due to - The status or check suite Mac mac_unopt has failed. Please fix the issues identified (or deflake) before re-applying this label.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Oct 8, 2024
Copy link
Member

@bdero bdero left a comment

Choose a reason for hiding this comment

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

 (                    *     
 )\ ) (       *   ) (  `    
(()/( )\ )  ` )  /( )\))(   
 /(_)|()/(   ( )(_)|(_)()\  
(_))  /(_))_(_(_())(_()((_) 
| |  (_)) __|_   _||  \/  | 
| |__  | (_ | | |  | |\/| | 
|____|  \___| |_|  |_|  |_| 

@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 9, 2024
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Oct 9, 2024
@auto-submit
Copy link
Contributor

auto-submit bot commented Oct 9, 2024

auto label is removed for flutter/engine/55754, due to - The status or check suite Mac mac_unopt has failed. Please fix the issues identified (or deflake) before re-applying this label.

@chinmaygarde
Copy link
Member Author

The mac failure seems to be a flake. But it is a darn persistent one.

@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 9, 2024
@auto-submit auto-submit bot merged commit 590babc into flutter:main Oct 9, 2024
@chinmaygarde chinmaygarde deleted the imagecolorsource branch October 9, 2024 20:13
nick9822 pushed a commit to nick9822/flutter that referenced this pull request Dec 18, 2024
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 e: impeller e: libimpeller The standalone Impeller library with a single-header API.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Impeller] libImpeller: Expose solid and image color sources types.

3 participants