From 23bb0abc230bd796e60bb8e22ccc39aef5629158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 18 Oct 2022 14:39:04 +0200 Subject: feat(task): remove warning about being unstable (#16281) `deno task` has been in use for a few months now. It was very well received and there are not many complaints. I feel like this warning might be discouraging for some users and we don't really plan to make drastic changes to it (besides adding support for globs in unspecified future). --- cli/tests/testdata/task/task_exit_code_5.out | 1 - cli/tests/testdata/task/task_non_existent.out | 1 - 2 files changed, 2 deletions(-) (limited to 'cli/tests/testdata') diff --git a/cli/tests/testdata/task/task_exit_code_5.out b/cli/tests/testdata/task/task_exit_code_5.out index 6b53b1d38..12d171939 100644 --- a/cli/tests/testdata/task/task_exit_code_5.out +++ b/cli/tests/testdata/task/task_exit_code_5.out @@ -1,3 +1,2 @@ -Warning deno task is unstable and may drastically change in the future Task exit_code_5 echo $(echo 10 ; exit 2) && exit 5 10 diff --git a/cli/tests/testdata/task/task_non_existent.out b/cli/tests/testdata/task/task_non_existent.out index 645e96f2b..035a43fd8 100644 --- a/cli/tests/testdata/task/task_non_existent.out +++ b/cli/tests/testdata/task/task_non_existent.out @@ -1,4 +1,3 @@ -Warning deno task is unstable and may drastically change in the future Task not found: non_existent Available tasks: - boolean_logic -- cgit v1.2.3