Valentin Maerten

Results 79 comments of Valentin Maerten

Hello! Thanks for your PR! I have a couple of questions. This may have already been discussed with @andreynering, but why did you choose to create another struct instead of...

Fixed in https://github.com/go-task/task/pull/2495 Will be available in the next release

I can’t reproduce it either. This format has been allowed since Go 1.21, and go mod tidy produces it as well.

I suspect the fuzzy matcher. I’ve opened a draft where it’s disabled. Can you test it? ``` go install github.com/go-task/task/v3/cmd/task@fix-disable-fuzzy ``` We may want to consider adding an option to...

Yeah, but it’s not released yet. I’ll update mvdan/sh as soon as they publish a new version.

Hello @maciej-lech I've already opened a PR https://github.com/go-task/task/pull/2537

Hello! @trulede and @deicon are right There are two things to note: - `{{.PWD}}` : This will always be /tmp/task-include-dir, as it comes from your shell when you start task....