Andrey Nering
|
5eb1a1f7f5
|
Fixes to Taskfile including:
- Disallow recursive Taskfile including (i.e. included Taskfile including other Taskfiles)
- Write test for included a file instead of a directory
|
2018-10-13 17:52:09 -03:00 |
|
Andrey Nering
|
5a28560177
|
Write first test for including a Taskfile
|
2018-10-13 16:56:51 -03:00 |
|
Andrey Nering
|
db280adf55
|
Merge branch 'master' into feature/include
|
2018-10-13 16:40:32 -03:00 |
|
Andrey Nering
|
08263c0597
|
Fix wrong error message beingg print when the file has a syntax error
Fixes #137
|
2018-09-22 17:29:18 -03:00 |
|
Andrey Nering
|
9a5a1e2253
|
Start support to including Taskfiles
|
2018-09-09 22:29:29 -03:00 |
|
Andrey Nering
|
df951a0c7c
|
Fix suggestion to use task --init not being shown anymore
|
2018-08-19 16:23:32 -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 |
|
Andrey Nering
|
da1b0c9558
|
Error if Taskfile_{{GOOS}}.yml version doesn't match Taskfile.yml version
This change is not backward incompatible because merging was already not
working if versions 1 and 2 coexist in Taskfile.yml and Taskfile_{{GOOS}}.yml
|
2018-07-22 17:36:30 -03:00 |
|
Andrey Nering
|
9f294b4d10
|
Refactor and move logic of reading Taskfiles to its own package
Idea to making things easier to start implementing #98
|
2018-07-22 16:10:20 -03:00 |
|