• jensjoha's avatar
    [dev] Don't use await for on stdout and stdin; pass local engine argument (#72136) · 5bc725be
    jensjoha authored
    * [dev] Don't use await for on stdout and stdin; pass local engine argument
    
    1) Don't use await for on stdout followd by await for on stderr.
       This can cause nothing to happen. E.g. if one didn't do something
       like `flutter pub upgrade` dev/automated_tests and the version in the
       old one was pre-nnbd (but flutter itself use lots of nnbd stuff) lots
       of errors would be emitted, but because we basically only listen to
       stdout nothing will happen (deadlock once stderr buffer runs out).
       Note that it still awaits the exit-code below.
    2) Pass --local-engine (if given) so there won't be any crashes because
       of that.
    5bc725be
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODEOWNERS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENT_GRANT Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...