Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Watcher now emits Write event for size only change#5

Merged
2shortplanks merged 1 commit intocircleci:masterfrom
tul:detect_size_only_change
Aug 18, 2021
Merged

Watcher now emits Write event for size only change#5
2shortplanks merged 1 commit intocircleci:masterfrom
tul:detect_size_only_change

Conversation

@2shortplanks
Copy link

On some file systems, multiple changes to the same file within
the file system's mod time resolution would be missed. This
issue can be ameliorated by triggering Write events if a
size change is detected, even if no corresponding mod time
change occurs.

Changes to the file content without a change to the size or
mod time will still go unnoticed.

On some file systems, multiple changes to the same file within
the file system's mod time resolution would be missed. This
issue can be ameliorated by triggering `Write` events if a
size change is detected, even if no corresponding mod time
change occurs.

Changes to the file content without a change to the size or
mod time will still go unnoticed.
@2shortplanks 2shortplanks merged commit d08384c into circleci:master Aug 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants