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
To reproduce:
Taskfile.yml
task
Example panic:
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x6191bd] goroutine 1 [running]: github.com/Masterminds/semver/v3.(*Version).Compare(0x94fbc0?, 0xc0000976e0?) github.com/Masterminds/semver/[email protected]/version.go:406 +0x1d github.com/go-task/task/v3/taskfile/read.Taskfile.func1({0x94fbc0?, 0xc0000976e0}) github.com/go-task/task/[email protected]/taskfile/read/taskfile.go:262 +0x186 github.com/go-task/task/v3/taskfile/read.Taskfile({0x94fbc0?, 0xc0000976e0?}, 0x88?, 0xfb?, 0xf?, {0xc0000e4ec0?, 0x0?}, 0x0?) github.com/go-task/task/[email protected]/taskfile/read/taskfile.go:300 +0x89 github.com/go-task/task/v3.(*Executor).readTaskfile(0xc00011c2c0) github.com/go-task/task/[email protected]/setup.go:89 +0x98 github.com/go-task/task/v3.(*Executor).Setup(0xc00011c2c0) github.com/go-task/task/[email protected]/setup.go:33 +0xd3 main.run() github.com/go-task/task/[email protected]/cmd/task/task.go:267 +0xf3f main.main() github.com/go-task/task/[email protected]/cmd/task/task.go:80 +0x1f
The text was updated successfully, but these errors were encountered:
@lukejoshuapark Thanks for reporting, this will be fixed in the next release
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
To reproduce:
Taskfile.yml
in a directory.task
in that directory.Example panic:
The text was updated successfully, but these errors were encountered: