Page MenuHomePhabricator

[Flow202][keyserver][skip-ci] [1/x] Fix Flow issues with conditional changeRole passed to promiseAll
ClosedPublic

Authored by ashoat on Nov 13 2023, 2:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 7, 3:54 AM
Unknown Object (File)
Tue, May 7, 3:54 AM
Unknown Object (File)
Tue, May 7, 3:53 AM
Unknown Object (File)
Tue, May 7, 3:50 AM
Unknown Object (File)
Sat, May 4, 10:54 AM
Unknown Object (File)
Thu, May 2, 3:38 AM
Unknown Object (File)
Sun, Apr 21, 11:35 PM
Unknown Object (File)
Tue, Apr 16, 3:20 AM
Subscribers
None

Details

Summary

The new Flow is much stricter about promiseAll. It's relaxed a bit in Flow 0.214, but for now we have to comply with the additional strictness.

I separated out this diff because it required some minimal changes to thread-permission-updates.js in order to rename and export a type. This way the context for those changes is more clear.

NOTE: CI will fail on this diff. I considered the possibility of fixing Flow errors BEFORE upgrading Flow, but it wasn't possible... in some cases, the fixes to support the new version of Flow caused errors in the old version. I could have hidden these type errors with $FlowFixMe lines and then later revert those, but that seemed like too much busy work.

Depends on D9786

Test Plan

Confirm the Flow errors go away

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Nov 13 2023, 2:53 PM
Harbormaster failed remote builds in B24065: Diff 33163!
ashoat added a reviewer: rohan.
This revision is now accepted and ready to land.Nov 14 2023, 7:18 AM
ashoat retitled this revision from [Flow202][keyserver] [1/x] Fix Flow issues with conditional changeRole passed to promiseAll to [Flow202][keyserver][skip-ci] [1/x] Fix Flow issues with conditional changeRole passed to promiseAll.Nov 19 2023, 5:05 PM
This revision was landed with ongoing or failed builds.Nov 27 2023, 3:26 PM
This revision was automatically updated to reflect the committed changes.