Fixes future warning for awaiting Future returns in async bodies inside try blocks#9664
Fixes future warning for awaiting Future returns in async bodies inside try blocks#9664kenzieschmoll merged 2 commits intoflutter:masterfrom
awaiting Future returns in async bodies inside try blocks#9664Conversation
|
Can I get any reviews here, please, @kenzieschmoll? This needs to land so I can then send a PR to Thanks a lot! |
|
Do I need to do anything about https://github.com/flutter/devtools/actions/runs/22336272555/job/65029549692?pr=9664? CC @bkonyi, could you review this too, please (I forgot to ping you on the previous comment)? Thanks a lot! |
|
CC @elliette for failing benchmark test |
I've disabled these tests for now while I investigate, please sync with |
…s inside `try` blocks
|
Rebased, thanks a lot! |
|
Can someone please approve the workflow here so this lands? Thanks! I'm down to this last PR before |
|
All checks passed! Thanks a lot everyone! |
This is merely an
analyzerchange to avoid the bug explained at:This will allow the development of a warning about these situations so we can avoid this bug in the future.
I'm not sure my changes fall into this category:
Pre-launch Checklist
///).