mokeko
Results
2
issues of
mokeko
fix : #1768. In `Executor.compiledTask`, a new `ast.Task` variable is created as the return value of the function. While most fields from `origTask` are carried over, the `Vars` field is...
- Task version: 3.38.0 - Operating system: macOS - Experiments enabled: No **Taskfile.yml** ```yaml version: '3' vars: FILE_LEVEL: 'file' tasks: echo: #requires: # vars: [FILE_LEVEL, TASK_LEVEL] vars: TASK_LEVEL: 'task' cmds:...
state: awaiting response