sapling/eden/fs
Shannon Zhu 0b93429dc1 Convert type check targets in eden to use configuration
Summary:
D21316793 is blocked from landing because there are a few targets in eden that are running pyre via buck targets integration.

We can't do custom version overrides for projects that are using a mix of local configurations and buck integration, because buck doesn't provide an interface for setting the equivalent pyre version override.

We're moving away from buck targets integration for pyre across the board, and I've run a codemod over the project to clean up all of the buck typing integration (including some residual mypy) as well as updated type ignores / fixmes accordingly.

Let me know if you have any concerns; upon skimming it looks like most changes are either converting `type: ignore`s into fixmes, or removing `type: ignores`.

Reviewed By: dkgi

Differential Revision: D21343093

fbshipit-source-id: 5ee1436377eb526c0a679fb821c42e07cbca52a5
2020-05-02 21:16:55 -07:00
..
benchharness Tidy up license headers 2019-10-11 05:28:23 -07:00
cli Convert type check targets in eden to use configuration 2020-05-02 21:16:55 -07:00
config use enumValue instead of static_cast<int> 2020-04-28 18:59:34 -07:00
fuse use the normal PrivHelper.h header file on Windows 2020-05-01 14:01:40 -07:00
inodes use the normal PrivHelper.h header file on Windows 2020-05-01 14:01:40 -07:00
journal rename tracing to telemetry 2019-10-15 13:39:41 -07:00
model switch from folly benchmark to google benchmark 2020-04-30 09:36:01 -07:00
monitor move UserInfo to eden/fs/utils/ 2020-04-29 17:21:12 -07:00
notifications eden: show desktop notification for blob/tree fetch errors 2020-02-10 08:28:49 -08:00
py Add new workloads to fiosynth 2020-04-30 21:50:17 -07:00
rocksdb Remove dead includes in eden 2019-10-11 16:45:01 -07:00
service use the normal PrivHelper.h header file on Windows 2020-05-01 14:01:40 -07:00
sqlite silence some msvc warnings from sqlite.{h,cpp} 2020-04-26 21:14:24 -07:00
store eden: enable rocksdb in the windows build 2020-05-01 10:33:32 -07:00
takeover add EdenServer recovery step and recover after failed takeover data send handshake 2020-04-07 09:52:21 -07:00
telemetry switch from folly benchmark to google benchmark 2020-04-30 09:36:01 -07:00
testharness use the normal PrivHelper.h header file on Windows 2020-05-01 14:01:40 -07:00
utils switch from folly benchmark to google benchmark 2020-04-30 09:36:01 -07:00
win Add CREATE_NO_WINDOW to CreateProcess to suppress console window. 2020-05-01 20:00:08 -07:00
CMakeLists.txt Run Eden as a Windows service 2020-05-01 20:00:07 -07:00