Closed
Description
There is a major limitation for mypy daemon and fine-grained incremental mode: mypy daemon doesn't work on Windows, see http://mypy.readthedocs.io/en/latest/mypy_daemon.html#limitations
In particular, dmypy_server.daemonize
uses some functionalities not available on Windows (such as os.fork
). It would be great to remove this limitation (and update Appveyor to test the support).
@ethanhs It looks like you have most experience on Windows among all of us, would you like to take this task?