You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[pigeon]enable treat warning as errors for swift code in unit test (#3889)
This will make it easier to spot issues where we accidentally create an "implicit optional". For more details about why implicit optional is bad, see #3658
For example, the following warning was ignored previously:

*List which issues are fixed by this PR. You must list at least one issue.*
Mentioned in PR: #3658 (comment)
*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
0 commit comments