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
Support flutter in cross-links and add tests (#1680)
* Ready.
* Fix case when FLUTTER_ROOT is not set
* deletes throw if target does not exist
* Get rid of infinite recursion in some cases for option handling
* Fix grinder stream handling to not chop off error messages
* Can't seem to get any information for failure, so hack travis script
* reduce parallelism
* Disable parallelization on travis for testing
* Use numberOfProcessors
* Travis has two processors and may not be detected properly by dart
* print processors and adjust to two cores for travis
* Fix travis parallelization once and for all.
* Fix MultiFutureTracker parallelism restriction
* Review comments and analyzer exclude for flutter package (ok that it doesn't analyze)
* Redo flutter repo build to fix reentrancy problems
* Use a Completer
* dartfmt
0 commit comments