Page MenuHomePhabricator

[RN72][skip-ci] Update Flow to 0.202.1
ClosedPublic

Authored by ashoat on Nov 4 2023, 11:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 8:40 AM
Unknown Object (File)
Sun, Apr 28, 2:26 AM
Unknown Object (File)
Fri, Apr 26, 5:56 AM
Unknown Object (File)
Thu, Apr 25, 5:05 PM
Unknown Object (File)
Thu, Apr 25, 1:14 PM
Unknown Object (File)
Tue, Apr 16, 6:00 PM
Unknown Object (File)
Mon, Apr 15, 8:45 PM
Unknown Object (File)
Apr 14 2024, 7:45 AM
Subscribers

Details

Summary

The first thing I'm working on is fixing Flow errors with the new version of Flow, so I'll start by upgrading Flow.

The new version of Flow adds support for enums, which I'm enabling here based on the lead of the React Native .flowconfig.

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 D9690

Test Plan

The eventual test plan is to run the [iOS, Android] apps in [debug, release] on [simulator, physical device] and to play around with a bunch of the screens and make sure things generally work

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:03 PM
Harbormaster failed remote builds in B23733: Diff 32695!
This revision is now accepted and ready to land.Nov 5 2023, 10:17 AM
ashoat retitled this revision from [RN72] Update Flow to 0.202.1 to [RN72][skip-ci] Update Flow to 0.202.1.Nov 19 2023, 11:41 AM
This revision was landed with ongoing or failed builds.Nov 27 2023, 3:24 PM
This revision was automatically updated to reflect the committed changes.