Changes required for fixing ENG-4670 introduce some cyclic dependencies so we need to move some things around.
Details
yarn test-all, yarn eslint, yarn flow-all
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Paths
| Differential D8879 Authored by michal on Aug 21 2023, 1:48 AM.
Details
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptAug 21 2023, 1:48 AM2023-08-21 01:48:17 (UTC-7) Harbormaster completed remote builds in B21933: Diff 30125.Aug 21 2023, 2:05 AM2023-08-21 02:05:48 (UTC-7) Harbormaster completed remote builds in B21948: Diff 30145.Aug 21 2023, 8:40 AM2023-08-21 08:40:24 (UTC-7) Harbormaster completed remote builds in B21949: Diff 30146.Aug 21 2023, 8:42 AM2023-08-21 08:42:42 (UTC-7) This revision is now accepted and ready to land.Aug 22 2023, 12:55 AM2023-08-22 00:55:43 (UTC-7) Closed by commit rCOMMfeb5be94bf6f: [lib] Move conversion function out of validation utils (authored by Michal Gniadek <michal.gniadek@swmansion.com>). · Explain WhyAug 22 2023, 3:13 AM2023-08-22 03:13:52 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30125 keyserver/src/utils/validation-utils.js
lib/selectors/socket-selectors.js
lib/utils/conversion-utils.js
lib/utils/conversion-utils.test.js
|
It might look uncommon to have interface declaration and implementation next to each other in a single file but in fact we don't need to expose CommServicesAuthMetadataIOSWrapper. If we want to call sendAuthMetadataToJS from Objective - C we can use the common C++ API so let's avoid creating unnecessary files and duplication the same API.