compose/pkg/watch
Milas Bowman 6fc0b6ff27 build: ensure file handles properly closed (#5298)
I've been running the test suite (`./internal/engine` in particular)
with `-count X` a lot recently to catch timing-related test failures.

After running enough times, the tests start failing due to too many
open files, so I did an audit and found a few places where files or
readers weren't always being closed.
2023-02-02 14:59:30 +01:00
..
notify.go watch: fix a dumb errcheck (#3622) 2023-02-02 14:59:30 +01:00
notify_test.go build: ensure file handles properly closed (#5298) 2023-02-02 14:59:30 +01:00
paths.go test: fix lint errors on Darwin (macOS) (#4247) 2023-02-02 14:59:30 +01:00
paths_test.go change org name from windmilleng to tilt-dev (#3346) 2023-02-02 14:59:30 +01:00
temp.go tilt: copy watch code from tesseract 2023-02-02 14:59:30 +01:00
watcher_darwin.go change org name from windmilleng to tilt-dev (#3346) 2023-02-02 14:59:30 +01:00
watcher_naive.go watch: use WalkDir to speed up file listing (#4684) 2023-02-02 14:59:30 +01:00
watcher_naive_test.go watch: use the recursive watcher on windows (#3306) 2023-02-02 14:59:30 +01:00
watcher_nonwin.go Fix local go_lintfix errors (#5191) 2023-02-02 14:59:30 +01:00
watcher_windows.go watch: increase the windows watch i/o buffer (#3620) 2023-02-02 14:59:30 +01:00