Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

WIP: fixed fsnFlags race condition on linux #103

Closed
wants to merge 1 commit into from

Conversation

bobrik
Copy link

@bobrik bobrik commented Jul 8, 2014

This fixes #102, but only on linux. I'd like to see some comments before fixing it for every platform.

@nathany
Copy link
Contributor

nathany commented Jul 8, 2014

Hi Ian. Over at https://github.com/fsnotify/fsnotify (see #101) I've removed WatchFlags entirely, and put together a different strategy for filtering (see fsnotify/fsnotify#7)

@howeyc Would you like continued work on bugfixes such as this and #93?

@howeyc
Copy link
Owner

howeyc commented Jul 11, 2014

I'm not going to merge this because it looks like it will break on other platforms.

However, I will be accepting fixes until there is a package in the standard library.
I will also not make any changes to API, I assume that's what go-fsnotify is attempting.

@nathany
Copy link
Contributor

nathany commented Jul 11, 2014

Thanks @howeyc. I'll try to backport bugfixes where I can.

@bobrik
Copy link
Author

bobrik commented Jul 12, 2014

I'll close this one, but keep #102 then.

@bobrik bobrik closed this Jul 12, 2014
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.

ln -sf only appears as DELETE on linux
3 participants