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
My coworker @wburningham had me install and run task using a remote Taskfile, and we were both surprised to see a very unhelpful prompt where it seems the remote Taskfile trust prompt should have been. After some investigation it seems to be a regression between 3.31.0 and 3.34.0.
$ ./task3.33.1/task --list
The task you are attempting to run depends on the remote Taskfile at "https://raw.githubusercontent.com/go-task/task/main/docs/Taskfile.yml".
--- Make sure you trust the source of this Taskfile before continuing ---
Continue? [y/N]
With 3.34.0:
$ ./task3.34.0/task --list
[y/N]
An additional oddity was that with task 3.34.0 I was prompted (with the empty prompt) on nearly invocation, whereas on task 3.33.1 it seemed to remember my answer. As a new task user I don't know whether that's related to the same root cause, but it seems possible.
Task version: 3.33.1 vs 3.34.0
Operating system: macOS 14.2
Experiments enabled: None, I assume. I just installed task.
The text was updated successfully, but these errors were encountered:
My coworker @wburningham had me install and run
task
using a remoteTaskfile
, and we were both surprised to see a very unhelpful prompt where it seems the remote Taskfile trust prompt should have been. After some investigation it seems to be a regression between3.31.0
and3.34.0
.A simple repro case:
Get both versions of
task
:With 3.33.1:
With 3.34.0:
An additional oddity was that with
task 3.34.0
I was prompted (with the empty prompt) on nearly invocation, whereas ontask 3.33.1
it seemed to remember my answer. As a newtask
user I don't know whether that's related to the same root cause, but it seems possible.task
.The text was updated successfully, but these errors were encountered: