Page MenuHomePhabricator

[Flow202][lib][skip-ci] [22/23] Fix Flow issues with untyped conversionFunctions in conversion-utils.js
ClosedPublic

Authored by ashoat on Nov 4 2023, 12:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 7, 10:20 AM
Unknown Object (File)
Wed, May 1, 7:29 PM
Unknown Object (File)
Thu, Apr 25, 7:16 PM
Unknown Object (File)
Sun, Apr 21, 11:33 PM
Unknown Object (File)
Tue, Apr 16, 6:00 PM
Unknown Object (File)
Tue, Apr 16, 3:22 AM
Unknown Object (File)
Sun, Apr 14, 7:41 AM
Unknown Object (File)
Apr 13 2024, 8:29 AM
Subscribers

Details

Summary

The new version of Flow wants these function inputs to have typehints.

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 D9713

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 4 2023, 12:42 PM
Harbormaster failed remote builds in B23756: Diff 32718!
This revision is now accepted and ready to land.Nov 6 2023, 1:28 AM
ashoat retitled this revision from [Flow202][lib] [22/23] Fix Flow issues with untyped conversionFunctions in conversion-utils.js to [Flow202][lib][skip-ci] [22/23] Fix Flow issues with untyped conversionFunctions in conversion-utils.js.Nov 19 2023, 4:55 PM
This revision was landed with ongoing or failed builds.Nov 27 2023, 3:25 PM
This revision was automatically updated to reflect the committed changes.