flutter/dev
Ian Hickson f92f71feb9 Lock flutter tool while updating artifacts (#4476)
This prevents multiple simultaneous runs of the analyzer from stomping
over each other (e.g. multiple runs of 'update-packages'). Certain
long-lived commands (like analyze, run, logs) are exempted once they've
done enough work to be safe from most stomping action.

This still doesn't make us entirely safe from craziness, e.g. if you're
half way through an 'update-packages' run and you call 'git pull', who
knows what state you'll end up in. But there's only so much one can do.

Fixes https://github.com/flutter/flutter/issues/2762
2016-06-14 10:16:08 -07:00
..
automated_tests Lock flutter tool while updating artifacts (#4476) 2016-06-14 10:16:08 -07:00
benchmarks Gallery shrine demo uses image assets (#4544) 2016-06-13 14:48:24 -07:00
bots compress text assets for docs, when uploading (#3926) 2016-05-25 15:19:06 -07:00
docs Docs homepage (#3908) 2016-05-16 08:28:58 -07:00
manual_tests Gallery shrine demo uses image assets (#4544) 2016-06-13 14:48:24 -07:00
tools gracefully handle generating docs twice (#3939) 2016-05-16 13:05:13 -07:00