Page MenuHomePhabricator

[Flow202][native][skip-ci] [50/x] Fix Flow issues with types being underconstrained
ClosedPublic

Authored by ashoat on Nov 27 2023, 1:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 5 2024, 7:44 AM
Unknown Object (File)
Mar 5 2024, 7:44 AM
Unknown Object (File)
Mar 5 2024, 7:43 AM
Unknown Object (File)
Mar 5 2024, 7:42 AM
Unknown Object (File)
Jan 15 2024, 7:59 AM
Unknown Object (File)
Dec 18 2023, 4:39 AM
Unknown Object (File)
Dec 16 2023, 10:59 PM
Unknown Object (File)
Dec 13 2023, 10:22 PM
Subscribers

Details

Summary

The new version of Flow is requiring declarations to provide explicit type params when Flow isn't able to infer them. This diff adds those declarations in most cases that aren't specific enough to be covered in another diff.

This is the native equivalent of D9695 (lib), D9775 (web), and D9864 (keyserver).

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 D10033

Test Plan

Confirm the Flow errors go away

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable