notify 6.1 → 8.2 + notify-debouncer-full 0.3 → 0.7 - #257
Merged
Merged
Conversation
Debouncer absorbed Watcher (debouncer.watch()/unwatch()); root cache tracking is automatic (cache().add_root() removed). mio 0.8.11 fully out of the lock (inotify 0.9→0.11 on Linux; Windows path never used it). Validation: fmt + clippy -D warnings + 1386 tests green.
flupkede
force-pushed
the
chore/upgrade-notify-8
branch
from
September 15, 2026 18:23
b1812c3 to
31818b9
Compare
flupkede
pushed a commit
that referenced
this pull request
Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
File-watch stack majors, dependency-refresh series (Fase D6).
Code changes (watch/mod.rs only)
DebouncerimplementsWatcherdirectly since debouncer-full 0.7:debouncer.watch()/unwatch()replace the deprecated.watcher().watch()/.watcher().unwatch()cache().add_root()call is removedWatcherimport dropped (trait methods resolve on the inherent impl)Dependency effect
default-features = false,macos_fsevent)mio 0.8.11is now fully out of the Cargo.lock (it only rode the Linux inotify path — the Windows watcher never loaded it, which is why the Aikido mio finding never had Windows exposure)Validation
fmt + clippy --all-targets -D warnings + 1386 lib/bins tests green