Andrey Nering
6ed30f1add
Refactor variables: Keep order of declaration
...
This shouldn't have any behavior changes for now. This is a code
refactor that should allow us to do further improvements on how
variables are handled, specially regarding respecting the declaration
order in Taskfiles, which should make it easier for the users.
Initial work on #218
2020-04-05 11:16:14 -03:00
Evgeny Abramovich
a3464068bd
Rename TaskFile to Taskfile
2020-02-12 10:42:00 +03:00
Evgeny Abramovich
7a8142ed92
Added included taskfile directory resolving
2020-01-29 10:39:26 +03:00
Andrey Nering
1dec956e99
Allow calling a task of the root Taskfile from within an included Taskfile
...
Fixes #161
2019-02-02 21:22:08 -02:00
Tim Foerster
310394aa60
task: Fix merge behavior
2019-02-02 17:19:20 -02:00
Andrey Nering
4ddad68212
Merge global environment variables when merging tasks
2019-01-02 13:20:12 -02:00
Andrey Nering
95b75c5330
Fix issue on running dependencies or tasks on included Taskfiles
...
Fixes #151
2018-12-09 15:54:58 -02:00
Andrey Nering
a9b1f38a7c
Fix nil errors when merging Taskfiles
...
Closes #150
2018-12-02 14:17:32 -02:00
Andrey Nering
9a5a1e2253
Start support to including Taskfiles
2018-09-09 22:29:29 -03:00
Andrey Nering
cc6f7b6088
Manually implement merging of Taskfiles and remove dependency on github.com/imdario/mergo
...
I was carreful enough to check the behavior keeps the same
2018-07-22 17:54:44 -03:00