-
Notifications
You must be signed in to change notification settings - Fork 6k
[Impeller] Don't use waitUntilScheduled on iOS #40768
Conversation
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. |
@@ -166,7 +166,9 @@ static bool LogMTLCommandBufferErrorIfPresent(id<MTLCommandBuffer> buffer) { | |||
} | |||
|
|||
[buffer_ commit]; | |||
#if (FML_OS_MACOSX || FML_OS_IOS_SIMULATOR) |
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.
Please add a comment with some context about what we know and have tried to date, and what the failure mode is and how to trigger it.
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.
Alrighty, done.
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.
Are there any instructions on how to reproduce the issue seen? E.g. Run wonderous app on a simulator on an arm mac host
?
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, thats pretty much exactly it.
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.
Want to make sure this doesn't land without getting some more context in the code this time.
…ine#40768) (#123748) Roll Flutter Engine from 1be51526159f to 985633539416 (1 revision)
…utter/engine#40768) (#123748) Commit: 5171031b8f546b1946d2ad5b573d52676419b3f2
…ine#40768) (flutter#123748) Roll Flutter Engine from 1be51526159f to 985633539416 (1 revision)
No description provided.