sapling/eden/fs/testharness
Lee Howes f15fdeec84 collectX to collectUnsafe
Summary:
Migration from Future-returning executor-erasing collectX forms to
SemiFuture-returning forms, that are less risky in particular with coroutines.

Earlier diffs added SemiFuture and Unsafe versions. This codemod migrates
collect versions to the Unsafe versions to allow the basic collect versions to
be made safe.

Reviewed By: simpkins

Differential Revision: D20331206

fbshipit-source-id: efc8dff487d45f7d53ee55e8c4696bd3eed0e6da
2020-03-10 11:36:09 -07:00
..
test eden: SemiFuture-ify BackingStore::getBlob 2019-12-20 16:14:21 -08:00
CMakeLists.txt hg status tests for Eden Windows 2019-12-10 14:07:26 -08:00
FakeBackingStore.cpp eden: semi-futurify BackingStore::getTree 2019-12-20 16:14:22 -08:00
FakeBackingStore.h eden: semi-futurify BackingStore::getTree 2019-12-20 16:14:22 -08:00
FakeClock.h Tidy up license headers 2019-10-11 05:28:23 -07:00
FakeFuse.cpp replace some uses of memset 2020-01-31 10:50:48 -08:00
FakeFuse.h Tidy up license headers 2019-10-11 05:28:23 -07:00
FakeObjectStore.cpp add an ObjectFetchContext interface 2020-02-05 13:15:01 -08:00
FakeObjectStore.h add an ObjectFetchContext interface 2020-02-05 13:15:01 -08:00
FakePrivHelper.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
FakePrivHelper.h Tidy up license headers 2019-10-11 05:28:23 -07:00
FakeTreeBuilder.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
FakeTreeBuilder.h Tidy up license headers 2019-10-11 05:28:23 -07:00
HgRepo.cpp add getTreeForManifest 2019-12-09 16:25:27 -08:00
HgRepo.h add getTreeForManifest 2019-12-09 16:25:27 -08:00
InodeUnloader.h Tidy up license headers 2019-10-11 05:28:23 -07:00
LoggingFetchContext.h add an ObjectFetchContext interface 2020-02-05 13:15:01 -08:00
StoredObject.h fix lock ordering issues in eden tests 2019-10-22 10:39:13 -07:00
TempFile.cpp Remove dead includes in eden 2019-10-11 16:45:01 -07:00
TempFile.h Tidy up license headers 2019-10-11 05:28:23 -07:00
TestChecks.h add an ObjectFetchContext interface 2020-02-05 13:15:01 -08:00
TestDispatcher.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
TestDispatcher.h Tidy up license headers 2019-10-11 05:28:23 -07:00
TestMain.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
TestMount.cpp collectX to collectUnsafe 2020-03-10 11:36:09 -07:00
TestMount.h introduce EdenMount::loadFileContentsFromPath 2019-12-09 11:33:23 -08:00
TestServer.cpp add a StructuredLogger instance to ServerState 2019-11-13 15:23:38 -08:00
TestServer.h Tidy up license headers 2019-10-11 05:28:23 -07:00
TestUtil.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
TestUtil.h Tidy up license headers 2019-10-11 05:28:23 -07:00