haskell-fswatch / hfsnotify

Unified Haskell interface for basic file system notifications
BSD 3-Clause "New" or "Revised" License
136 stars 40 forks source link

Fixed the Linux build #29

Closed dmbarbour closed 11 years ago

dmbarbour commented 11 years ago

System.FSNotify.Linux now compiles with 'removeWatch'. And I've tested it lightly. It passed those tests.

It would probably be a good idea to document the limitation of inotify, that each unique (WatchManager,FilePath) pair will only have one WD. Or maybe it'd be better to document this as a generic limit of FSNotify, in which case you could always use FilePath instead of WatchID.

gregwebs commented 11 years ago

@dmbarbour aren't these pull requests unmerged? Why are you closing them?

dmbarbour commented 11 years ago

I've decided to not use FSNotify, and just implement something specific to my use case. So I took down the repo. That messed up the active pull request, so I closed it.

And I can't bring myself to care for unresponsive developers.