• Jonah Williams's avatar
    [flutter_tools] only lock if an upgrade/download will be performed... · f1472e1f
    Jonah Williams authored
    [flutter_tools] only lock if an upgrade/download will be performed (linux/macos) and output building messages to stderr (#65422)
    
    Currently an invocation of flutter/dart will always attempt to acquire a lock. This can pose problems for tools that attempt to run multiple dart/flutter instances.
    
    Instead update the lock logic (on Linux/macOS) so that we only attempt to acquire it if an update/snapshot needs to be performed. To avoid repeatedly performing downloads/snapshots if multiple flutter/dart invocations are fired off concurrently when an update needs to be performed, do a second check of the download/snapshot condition after the lock is released.
    
    Additionally, moves all of the building/debug output to stderr on both the bash and batch scripts. This allows machine mode consumption of the tool to ignore needing to parse/handle the rebuild messages.
    f1472e1f
Name
Last commit
Last update
..
README.md Loading commit data...
engine.merge_method Loading commit data...
engine.version Loading commit data...
fuchsia-linux.version Loading commit data...
fuchsia-mac.version Loading commit data...
gradle_wrapper.version Loading commit data...
ios-deploy.version Loading commit data...
libimobiledevice.version Loading commit data...
libplist.version Loading commit data...
libzip.version Loading commit data...
material_fonts.version Loading commit data...
openssl.version Loading commit data...
shared.bat Loading commit data...
shared.sh Loading commit data...
update_dart_sdk.ps1 Loading commit data...
update_dart_sdk.sh Loading commit data...
usbmuxd.version Loading commit data...