Page MenuHomePhabricator

[Flow202][lib][skip-ci] [16/23] Fix Flow issues in lib/selectors
ClosedPublic

Authored by ashoat on Nov 4 2023, 12:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 12, 2:18 PM
Unknown Object (File)
Tue, May 7, 10:20 AM
Unknown Object (File)
Wed, May 1, 3:42 PM
Unknown Object (File)
Thu, Apr 25, 8:22 PM
Unknown Object (File)
Mon, Apr 22, 3:35 PM
Unknown Object (File)
Tue, Apr 16, 10:56 AM
Unknown Object (File)
Tue, Apr 16, 9:29 AM
Unknown Object (File)
Tue, Apr 16, 3:40 AM
Subscribers

Details

Summary

Flow was printing errors because it was having trouble deducing the types for these selectors. Adding typehints solved the errors.

The only exception is the case where I added a threadInfo.containingThreadID check. This was necessary because that value was used to index into a collection that didn't support null/undefined values.

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 D9707

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:32 PM
Harbormaster failed remote builds in B23750: Diff 32712!
This revision is now accepted and ready to land.Nov 6 2023, 4:53 AM
ashoat retitled this revision from [Flow202][lib] [16/23] Fix Flow issues in lib/selectors to [Flow202][lib][skip-ci] [16/23] Fix Flow issues in lib/selectors.Nov 19 2023, 3:04 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.