Commit 6331b6c8 authored by Dan Rubel's avatar Dan Rubel Committed by GitHub

revert args to 0.13.6 (#6765)

parent b9bff6a9
name: flutter_automated_tests name: flutter_automated_tests
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
flutter: flutter:
sdk: flutter sdk: flutter
flutter_test: flutter_test:
......
...@@ -2,6 +2,12 @@ name: complex_layout ...@@ -2,6 +2,12 @@ name: complex_layout
description: A new flutter project. description: A new flutter project.
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
flutter: flutter:
sdk: flutter sdk: flutter
flutter_driver: flutter_driver:
......
name: microbenchmarks name: microbenchmarks
description: A new flutter project. description: A new flutter project.
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
flutter: flutter:
sdk: flutter sdk: flutter
flutter_test: flutter_test:
......
...@@ -8,7 +8,12 @@ environment: ...@@ -8,7 +8,12 @@ environment:
sdk: '>=1.12.0 <2.0.0' sdk: '>=1.12.0 <2.0.0'
dependencies: dependencies:
args: ^0.13.4
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
meta: ^1.0.3 meta: ^1.0.3
path: ^1.3.0 path: ^1.3.0
stack_trace: ^1.4.0 stack_trace: ^1.4.0
......
name: flutter_manual_tests name: flutter_manual_tests
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
flutter: flutter:
sdk: flutter sdk: flutter
......
...@@ -2,5 +2,10 @@ name: dev_tools ...@@ -2,5 +2,10 @@ name: dev_tools
description: Various repository development tools for flutter. description: Various repository development tools for flutter.
dependencies: dependencies:
args: ^0.13.4
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
path: ^1.3.0 path: ^1.3.0
name: flutter_gallery name: flutter_gallery
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
collection: '>=1.9.1 <2.0.0' collection: '>=1.9.1 <2.0.0'
intl: '>=0.14.0 <0.15.0' intl: '>=0.14.0 <0.15.0'
string_scanner: ^1.0.0 string_scanner: ^1.0.0
......
name: hello_services name: hello_services
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
flutter: flutter:
sdk: flutter sdk: flutter
......
name: hello_world name: hello_world
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
flutter: flutter:
sdk: flutter sdk: flutter
......
name: flutter_examples_layers name: flutter_examples_layers
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
flutter: flutter:
sdk: flutter sdk: flutter
......
name: stocks name: stocks
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
flutter: flutter:
sdk: flutter sdk: flutter
intl: '>=0.14.0 <0.15.0' intl: '>=0.14.0 <0.15.0'
......
...@@ -5,6 +5,12 @@ description: A framework for writing Flutter applications ...@@ -5,6 +5,12 @@ description: A framework for writing Flutter applications
homepage: http://flutter.io homepage: http://flutter.io
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
collection: '>=1.9.1 <2.0.0' collection: '>=1.9.1 <2.0.0'
intl: '>=0.14.0 <0.15.0' intl: '>=0.14.0 <0.15.0'
meta: ^1.0.3 meta: ^1.0.3
......
...@@ -8,6 +8,12 @@ environment: ...@@ -8,6 +8,12 @@ environment:
sdk: '>=1.19.0 <2.0.0' sdk: '>=1.19.0 <2.0.0'
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
file: '^0.1.0' file: '^0.1.0'
json_rpc_2: '^2.0.0' json_rpc_2: '^2.0.0'
matcher: '>=0.12.0 <1.0.0' matcher: '>=0.12.0 <1.0.0'
......
...@@ -5,6 +5,12 @@ author: Flutter Authors <flutter-dev@googlegroups.com> ...@@ -5,6 +5,12 @@ author: Flutter Authors <flutter-dev@googlegroups.com>
homepage: http://flutter.io homepage: http://flutter.io
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
flutter: flutter:
sdk: flutter sdk: flutter
markdown: '^0.9.0' markdown: '^0.9.0'
......
name: flutter_test name: flutter_test
dependencies: dependencies:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
quiver: ^0.21.4 quiver: ^0.21.4
# The flutter tools depend on very specific internal implementation # The flutter tools depend on very specific internal implementation
......
...@@ -86,7 +86,7 @@ Future<Null> main(List<String> args) async { ...@@ -86,7 +86,7 @@ Future<Null> main(List<String> args) async {
Doctor.initGlobal(); Doctor.initGlobal();
dynamic result = await runner.run(args); dynamic result = await runner.run(args);
_exit(result is int ? result : 0); _exit(result is int ? result : 1);
}, onError: (dynamic error, Chain chain) { }, onError: (dynamic error, Chain chain) {
if (error is UsageException) { if (error is UsageException) {
stderr.writeln(error.message); stderr.writeln(error.message);
......
...@@ -9,7 +9,12 @@ environment: ...@@ -9,7 +9,12 @@ environment:
dependencies: dependencies:
archive: ^1.0.20 archive: ^1.0.20
args: ^0.13.4
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args: 0.13.6
coverage: ^0.8.0 coverage: ^0.8.0
crypto: '>=1.1.1 <3.0.0' crypto: '>=1.1.1 <3.0.0'
file: ^0.1.0 file: ^0.1.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment