We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When working on the fsnotify-conduit test suite, I ran into seemingly unrelated errors on Windows. I was able to reduce it to the following test case:
#!/usr/bin/env stack -- stack --resolver lts-11.8 script import System.FSNotify import System.Directory import UnliftIO (tryIO, withSystemTempDirectory) main :: IO () main = withSystemTempDirectory "fsnotify-test" $ \dir -> withManager $ \man -> do stop <- watchDir man dir (const True) print stop
This results in the output:
CloseHandle: invalid argument (The handle is invalid.)
The text was updated successfully, but these errors were encountered:
f0290f8
Thanks for the report @snoyberg -- this fix will go out when I release version 0.3.0.0
Sorry, something went wrong.
No branches or pull requests
When working on the fsnotify-conduit test suite, I ran into seemingly unrelated errors on Windows. I was able to reduce it to the following test case:
This results in the output:
The text was updated successfully, but these errors were encountered: