-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add an option to follow symlinks #30
Comments
Hi, does the lib support symlink? The README doesn't clarify if symlink is supported or not. I've just tried on macOS 13.2.1, and it seems modification event is not emitted when the actual file of the symlink is modified (the symlink itself is not modified). |
This issue is still accurate. There is currently no support for following symlinks. I haven't spent much time looking into it, but if you're interested you're welcome to share your ideas here or submit a PR. |
Is there still no progress here? |
@CrysK I don't have any plan to work on this in the near future. This is a personal project that I work on in my free time, and I don't have a particular need to handle symlinks in projects where I've used this library. As I said above I'm open to contributions from the community. This also isn't completely trivial. There are questions the solution needs to consider, for example:
This isn’t something that’s supported natively by the JVM If people are interested in contributing I’m happy to discuss. We could maybe implement some partial solution but without understanding people's use cases it's hard to decide which parts to implement. |
There should be an option in directory-watcher to follow symlinks and make sure they are handled properly with different configurations.
The text was updated successfully, but these errors were encountered: