mirror of
https://github.com/docker/compose.git
synced 2026-09-24 14:34:26 +00:00
Split SetRecursive into the existing per-GOOS watcher files instead of a runtime check + nolint: the non-Windows stub never calls the always-failing SetRecursive, and Windows failures now propagate as a real error instead of silently downgrading to non-recursive. Addresses review from thaJeztah on #14164. Signed-off-by: Guillaume Lours <glours@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| debounce.go | ||
| debounce_test.go | ||
| dockerignore.go | ||
| dockerignore_test.go | ||
| ephemeral.go | ||
| ephemeral_test.go | ||
| notify.go | ||
| notify_test.go | ||
| paths.go | ||
| paths_test.go | ||
| temp.go | ||
| temp_dir_fixture.go | ||
| watcher_darwin.go | ||
| watcher_darwin_test.go | ||
| watcher_naive.go | ||
| watcher_naive_test.go | ||
| watcher_naive_walk_test.go | ||
| watcher_nonwin.go | ||
| watcher_windows.go | ||