Skip to content
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

Point users to Impeller from shader compilation warnings on iOS #5455

Merged
merged 4 commits into from
Mar 20, 2023

Conversation

kenzieschmoll
Copy link
Member

@kenzieschmoll kenzieschmoll commented Mar 20, 2023

Screenshot 2023-03-20 at 1 29 23 PM

The note suggesting that users try Impeller will only show up when the connected app is running on iOS. The Impeller link takes users to the wiki.

Fixes #5349

CC @chinmaygarde @dnfield @jonahwilliams

@kenzieschmoll kenzieschmoll requested a review from a team as a code owner March 20, 2023 20:48
@kenzieschmoll kenzieschmoll requested review from polina-c and removed request for a team March 20, 2023 20:48
@@ -87,6 +87,8 @@ void debugTraceEventCallback(VoidCallback callback) {

const preCompileShadersDocsUrl = 'https://docs.flutter.dev/perf/shader';

const impellerWikiUrl = 'https://github.com/flutter/flutter/wiki/Impeller';
Copy link
Member

Choose a reason for hiding this comment

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

@zanderso / @chinmaygarde are we keeping the wiki as the canonical source of documentation for Impeller?

Copy link
Member Author

Choose a reason for hiding this comment

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

If there is a better link to point users to, let me know and I will change in a follow up PR. Thanks.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah the wiki link is fine for now. If/when we shift to flutter.dev, we'll file an issue to update and also put a forwarding link in the wiki.

Copy link
Member

@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 with question

@kenzieschmoll kenzieschmoll merged commit 945d68b into flutter:master Mar 20, 2023
@kenzieschmoll kenzieschmoll deleted the impeller branch March 20, 2023 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants