• Ben Konyi's avatar
    Update flutter_tools to look for new VM service message (#97683) · 2a2f9731
    Ben Konyi authored
    * Update flutter_tools to look for new VM service message
    
    The Dart SDK will soon move away from the current Observatory message:
    
    "Observatory listening on ..."
    
    To a new message that no longer references Observatory:
    
    "Dart VM Service listening on ..."
    
    This change updates all tests with mocks to check for the new message
    and also adds support for the new message in ProtocolDiscovery.
    
    See https://github.com/dart-lang/sdk/issues/46756
    
    * Fix some parsing locations
    
    * Fix analysis failures
    
    * Update message
    
    * Remove extra comment
    
    * Update message
    
    * Add globals prefix
    2a2f9731
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...
.ci.yaml 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...
TESTOWNERS Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...