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
This issue is a mix of #338 and #612 -- an empty task causes a crash, but only if the empty task is in an included taskfile.
Task version: v3.11.0 (h1:eCcCe1cKyta4YnGQYLo2FriPS9h7fFS8XBVW6QvWEV4=)
go install github.com/go-task/task/v3/cmd/task@latest
Taskfile.yaml
version: '3' includes: a: taskfile-inc.yaml
taskfile-inc.yaml
version: '3' tasks: bar:
$ task -l panic: runtime error: invalid memory address or nil pointer dereference [...]
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. I will see if I can add a fix and test coverage in my PR at #656.
Sorry, something went wrong.
I've tested with v3.36.0 It's fixed now
@vmaerten Thanks for checking!
No branches or pull requests
This issue is a mix of #338 and #612 -- an empty task causes a crash, but only if the empty task is in an included taskfile.
Task version: v3.11.0 (h1:eCcCe1cKyta4YnGQYLo2FriPS9h7fFS8XBVW6QvWEV4=)
go install github.com/go-task/task/v3/cmd/task@latest
, Go 1.17.7Example Taskfile showing the issue
Taskfile.yaml
:taskfile-inc.yaml
The text was updated successfully, but these errors were encountered: