task icon indicating copy to clipboard operation
task copied to clipboard

task does not follow directory symlinks when checking for dependencies

Open mbergal opened this issue 2 years ago • 2 comments

  • Task version: v3.14.0
  • Operating System: Ubuntu 20.04

Example Taskfile showing the issue

See https://github.com/mbergal/task-symlinks-example

> task 
...
> echo aaa > src/a
...
> task
> echo aaa > src/shared/b
task: Task "default" is up to date

mbergal avatar Aug 03 '22 00:08 mbergal

Hi @mbergal, thanks for reporting!

If anyone is interested, contribution is welcome with this one.

andreynering avatar Aug 04 '22 01:08 andreynering

I'd like to give it a try. There is a similar issue in mvdan.cc/sh (shell interpreter used in task) https://github.com/mvdan/sh/issues/843

ilewin avatar Aug 04 '22 13:08 ilewin