1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/taskfile/ast
Pete Davison 5e9851f42f
Update minimum go version (#1758)
* feat: update minimum version to 1.22

* refactor: use int range iterator

* refactor: loop variables

* refactor: replace slicesext.FirstNonZero with cmp.Or

* refactor: use slices.Concat instead of append

* fix: unused param

* fix: linting
2024-08-14 08:37:05 -05:00
..
call.go feat: invert call.Direct (#1459) 2024-01-10 21:32:49 -03:00
cmd.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
dep.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
for.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
glob.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
graph.go feat: taskfile mutex for adding edge data 2024-04-24 18:33:56 +01:00
include.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
location.go refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
output.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
platforms_test.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
platforms.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
precondition_test.go refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
precondition.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
requires.go refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
task.go fix: run once in shared dependencies (#1655) 2024-06-28 16:50:02 +01:00
taskfile_test.go refactor: orderedmap package -> omap 2024-01-11 14:00:30 +00:00
taskfile.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
tasks.go Update minimum go version (#1758) 2024-08-14 08:37:05 -05:00
var.go feat: variable references (#1654) 2024-05-16 16:20:59 +01:00