Page MenuHomePhabricator

[Flow202][keyserver][skip-ci] [11/x] Address type errors with memberOfContainingThread
ClosedPublic

Authored by ashoat on Nov 13 2023, 3:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 9, 7:55 AM
Unknown Object (File)
Mon, May 6, 4:47 PM
Unknown Object (File)
Apr 7 2024, 8:15 PM
Unknown Object (File)
Apr 7 2024, 8:15 PM
Unknown Object (File)
Apr 7 2024, 8:13 PM
Unknown Object (File)
Apr 7 2024, 7:55 PM
Unknown Object (File)
Mar 7 2024, 11:00 AM
Unknown Object (File)
Mar 7 2024, 9:04 AM
Subscribers
None

Details

Summary

The new version of Flow caught a type error here. memberOfContainingThread should be a boolean, but can be set to be nullable. This diff casts it to a boolean to avoid the type error.

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 D9859

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, 3:26 PM
Harbormaster failed remote builds in B24077: Diff 33176!
ashoat added a reviewer: rohan.
This revision is now accepted and ready to land.Nov 14 2023, 7:19 AM
ashoat retitled this revision from [Flow202][keyserver] [11/x] Address type errors with memberOfContainingThread to [Flow202][keyserver][skip-ci] [11/x] Address type errors with memberOfContainingThread.Nov 19 2023, 5:07 PM
This revision was landed with ongoing or failed builds.Nov 27 2023, 3:27 PM
This revision was automatically updated to reflect the committed changes.