You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the watcher could say that in the self/live event?
I've been hesitant to add that because the primary use is debugging (IOW, I'm hesitant to add any debugging stuff to actually released code). But this has come up before, so maybe we should add it.
There are times it's probably useful.
It is especially useful to know how the watcher selects a filesystem even subsystem a-priori (and we document that in the Platform-specific adapter selection subsection). It's a bit hidden, admittedly.
The reason it might be useful to know that before the watcher runs is because of file descriptor limitations on inotify. If someone wants to change that, they should also know if the watcher will use inotify.
Although, which filesystem event subsystem is in use at runtime is probably useful for checking that the watcher is doing with what it is expected to do. And maybe that's not solely debugging.
Instead of hard_link or sym_link the path_type is always file.
I am still investigating the best solution, and I have not forgotten about this.
Instead of
hard_link
orsym_link
thepath_type
is alwaysfile
.If i do
ln -s a b
in the watched directory i getcreate file b
and noassociatedPathName
.I am most likely using inotify, but i don't know if there is a way to tell for sure.
Maybe the watcher could say that in the
self/live
event?The text was updated successfully, but these errors were encountered: