-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recursive monitoring request #36
Comments
short answer: yes :) but this requires a changes in the dir_monitor interface. long answer: i have got a working copy with functional requested by you. and i want to merge it in the nearest future. but I can't do it right now because my changes have been made onto base Boris's implementation of dir_monitor. so i need some additional job for adoptation. |
Ok, thank you for answer :). |
how much time you can endure without this feature?))) |
I have own fork with only setted this argument, so there's no hurry :). |
It would be nice if this was consistent between the different implementations.
|
Agree with @akapelrud lets add some flag in the interface (or another method set like Opinions? |
agree in common but need to clarify details in my realization.. on monday. |
@sbelsky I implemented adding of non-recursively monitored directories for inotify on my own master branch before easter. Have a look at commit 51275f6. Feel free to take that code if you need it. (I pushed my local changes to my master branch, but since then you have started using a develop branch, so my fork is a bit of a mess atm.) Making the
|
@akapelrud thank you for analyze and code sharing. I fully agree with your arguments but want to add my view.
|
|
Oh, I have tested dir_monitor only on the inotify backend. |
From my point of view one can't keep the interface backwards compatible and fix the inconsistent behaviour at the same time, because by fixing the inconsistent behaviour the semantics of |
Please, it's possible to add support for recursive monitoring? On Windows there is argument
bWatchSubtree
(see here), which is set to FALSE for now.The text was updated successfully, but these errors were encountered: