sapling/eden/fs/py
Adam Simpkins 104ae880db fix issues when checking EdenFS status on windows
Summary:
- Catch the Windows-specific exceptions types thrown when attempting to open
  the socket if EdenFS is not running, and convert this to an EdenNotRunning
  exception.
- Update EdenFS to write its pid to a separate file, in addition to the normal
  lock file, and have `edenfsctl` read this file instead of the lock file on
  Windows.  Other processes cannot read the lock file while EdenFS is running
  and holding the lock, so it is nice to have the pid written in an alternate
  location.

Reviewed By: pkaush

Differential Revision: D20854615

fbshipit-source-id: 1c8e8f402eb17dd012d03e11fbb662f493d9362d
2020-04-15 15:46:24 -07:00
..
eden fix issues when checking EdenFS status on windows 2020-04-15 15:46:24 -07:00
test Move py/ directory from eden/ to eden/fs 2020-03-24 11:45:37 -07:00
CMakeLists.txt Move py/ directory from eden/ to eden/fs 2020-03-24 11:45:37 -07:00