-
-
Notifications
You must be signed in to change notification settings - Fork 763
Closed
Labels
area: fingerprintingChanges related to checksums and caching.Changes related to checksums and caching.os: windowsIssues that affect users on Windows.Issues that affect users on Windows.
Description
Description
On v3.44.0, Task fails to detect changes in source files because it computes incorrect checksums. When I examined the task checksum files generated in .task/, they always contained 99aa06d3014798d86001c324468d497f regardless of sources.
The bug has been observed on the Windows (amd64) build of v3.44.0. I also tested the macOS (arm64) build of v3.44.0, and it computes checksums correctly. The Windows (amd64) build of the previous version on Winget (v3.43.2) also works fine.
Version
v3.44.0
Operating system
Windows 11 (amd64)
Experiments Enabled
No response
Example Taskfile
# https://taskfile.dev
version: "3"
tasks:
default:
sources:
- input.txt
cmds:
- echo input.txt has changedA reproduction is also available at https://github.com/pastelmind/go-task-bug-repro
Metadata
Metadata
Assignees
Labels
area: fingerprintingChanges related to checksums and caching.Changes related to checksums and caching.os: windowsIssues that affect users on Windows.Issues that affect users on Windows.