We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A simple repro case:
# Taskfile.yml version: "3" includes: scary: https://raw.githubusercontent.com/go-task/task/main/docs/Taskfile.yml
Pull the latest version of task:
$ mkdir task3.34.1 $ curl -Ls https://github.com/go-task/task/releases/download/v3.34.1/task_darwin_arm64.tar.gz | tar -xvzf - -C task3.34.1
Run the following
$ ./task3.33.1/task --silent --list-all # OR $ ./task3.33.1/task --yes --list-all $ ./task3.33.1/task --silent --list-all
See the error
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=...] ...
This may be causing issues for #1406 since the bash auto complete uses --silent --list-all
--silent --list-all
Task version: 3.34.1 Operating system: macOS 14.2 Experiments enabled: TASK_X_REMOTE_TASKFILES=1
TASK_X_REMOTE_TASKFILES=1
The text was updated successfully, but these errors were encountered:
Thanks for reporting @wburningham. Fix in #1512.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
A simple repro case:
Pull the latest version of task:
Run the following
See the error
This may be causing issues for #1406 since the bash auto complete uses
--silent --list-all
Task version: 3.34.1
Operating system: macOS 14.2
Experiments enabled:
TASK_X_REMOTE_TASKFILES=1
The text was updated successfully, but these errors were encountered: