New issue
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
task 2.8.1 panic with empty task #338
Comments
|
I'm not sure why someone would write an empty task. Seems worth fixing it though, since it'd be pretty easy. |
By mistake :-) I had a partially commented-out task, which resulted in the equivalent of the reproduction case I added in the issue. To me, any crash, especially with a so simple input, deserves an attempt to be fixed :-) |
|
I can work on this :) |
|
Fixed on d78f78b |
|
thanks! |
Both these Taskfiles cause task to panic:
and (so
defaultis not a special case)Panic is:
Happening with task 2.8.1 on macOS.
The text was updated successfully, but these errors were encountered: