task icon indicating copy to clipboard operation
task copied to clipboard

A task runner / simpler Make alternative written in Go

Results 308 task issues
Sort by recently updated
recently updated
newest added

Fixes #1605 Adds a mutex to `omap.OrderedMap` so that it is safe for use in goroutines.

- Task version: ```sh ➜ task --version Task version: v3.36.0 (h1:XVJ5hQ5hdzTAulHpAGzbUMUuYr9MUOEQFOFazI3hUsY=) ``` - Operating system: ```sh ➜ uname -a Linux dmitry-desktop 6.8.5-101.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 11 19:59:26 UTC...

type: bug
area: formatting

Linked to : - https://github.com/go-task/task/issues/1038 I am totally open to rework this, including add new template function (as discussed in discord)

Based on https://discord.com/channels/974121106208354339/1042886315856892015 we had the following observations: * Enabling GHA grouping via `output: group` does disable progressive stdout streaming. This can be problematic if user has a long-running single...

type: enhancement

Simple task defined like this: ```yaml cmd: powershell if (test-path {{.HG_REPO_DIR}}/sena-4) { rm -r {{.HG_REPO_DIR}}/sena-4 } ``` however when I try to run it I get this error: > task:...

state: needs triage

Fixes #997 Task level dotenv didn't expand the variables referenced by `{{.}}` previously This fixes the issue. I added a test for it to prevent the bug from happening again.

~Introduces a new option to the `prefixed` outputter to colorize the task names according to a sequence of colors. Helps distinguish what logging message comes from which task.~ As requested,...

- Task version: 3.36.0 - Operating system: debian 10 - Experiments enabled: no I have a simple go program ```go package main import ( "io" "log" "net/http" ) func main()...

state: needs triage

With this Taskfile: ```YAML # Global Taskfile: ~/Taskfile.yaml version: "3" dotenv: - "{{.USER_WORKING_DIR}}/.env" #

state: needs triage

Fixes the percentages in the locale dropdown on the website.