Valentin Maerten

Results 79 comments of Valentin Maerten

Hello @sedyh Yes declaration order matters, it's on purpose. I'll add it to the doc

(Nothing to see with this PR, but what is your taskd command ? :smile: )

I totally agree with you! I did not think about this configuration. The configuration I had in mind was : one folder with multiple Taskfile in it, but we could...

We are on the same page so :) I've updated the code

Hi @taylormonacelli, It is not supported at the moment. The only way to do it is by setting the env variable or with the CLI flags

Hi @pd93 I have the exact same use case than @MarioSchwalbe. I've opened an issue to discuss / track it : - https://github.com/go-task/task/issues/1606

As @pd93 said, it was decided that this was a bugfix at the time and that the proper way was to use | default as suggested by @glenvan

I managed to understand why, it's because the Init() from experiment is called before my SetEnv. I managed to make this test pass by instantiating an experiment in the test....