The point is to avoid adding folly dependency on web.
Emscripten C++17 compatibility will be handled in subsequent diff.
Depends on D8472
Paths
| Differential D8487 Authored by kamil on Jul 12 2023, 6:15 AM.
Details Summary The point is to avoid adding folly dependency on web. Emscripten C++17 compatibility will be handled in subsequent diff. Depends on D8472 Test Plan
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added a subscriber: ashoat. · View Herald TranscriptJul 12 2023, 6:15 AM2023-07-12 06:15:09 (UTC-7) kamil added a child revision: D8488: [nix] Enable C++17 support for Emscripten.Jul 12 2023, 6:18 AM2023-07-12 06:18:41 (UTC-7) Harbormaster completed remote builds in B20902: Diff 28633.Jul 12 2023, 6:32 AM2023-07-12 06:32:16 (UTC-7)
This revision is now accepted and ready to land.Jul 14 2023, 2:21 AM2023-07-14 02:21:30 (UTC-7) This revision now requires review to proceed.Jul 17 2023, 2:25 AM2023-07-17 02:25:48 (UTC-7) This revision is now accepted and ready to land.Jul 18 2023, 1:43 AM2023-07-18 01:43:35 (UTC-7) kamil removed a parent revision: D8472: [native] add entity and methods for redux-persist storage.Jul 19 2023, 6:46 AM2023-07-19 06:46:12 (UTC-7) kamil removed a parent revision: D8472: [native] add entity and methods for redux-persist storage.Jul 20 2023, 6:33 AM2023-07-20 06:33:56 (UTC-7) Harbormaster completed remote builds in B21084: Diff 28886.Jul 20 2023, 6:50 AM2023-07-20 06:50:29 (UTC-7) Closed by commit rCOMMa3388afb3ec8: [native] replace `folly::Optional` with `std::optional` (authored by kamil). · Explain WhyJul 20 2023, 6:56 AM2023-07-20 06:56:23 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 28887 native/cpp/CommonCpp/DatabaseManagers/DatabaseQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
|