[roll] Roll fuchsia Reland "[fidl][python] Make struct fields required"

This reverts commit f2ce9c687aaa09362d1b2f70f23540ca00e8d35d.

Reason for revert: Fixed //src/connectivity/wlan/tests/core/ConnectToApTest.py

Original change's description:
> Revert "[fidl][python] Make struct fields required"
>
> This reverts commit 5eccc1c919f01d09788f6d157c8b2e8c3371a3c4.
>
> Reason for revert: Missed mypy error in //src/connectivity/wlan/tests/core/ConnectToApTest.py
>
> Original change's description:
> > [fidl][python] Make struct fields required
> >
> > Early iterations of fidlgen_python tried to avoid changing the types of
> > fields, but it became apparent while porting honeydew that having
> > optional struct fields was untenable. Code would need to assert the
> > presence of each struct field which is confusing since struct fields are
> > always present.
> >
> > Change-Id: Ia41ff04cf768ba7576bab2a2f4154e8a71cb0f35
> > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1244745
> > Reviewed-by: Marc Khouri <mnck@google.com>
> > Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
> > Fuchsia-Auto-Submit: Charles Celerier <chcl@google.com>
>
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Change-Id: Ib08b79a3f12cb6f767f886fe0243af17a78645fa
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1246264
> Reviewed-by: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>
> Fuchsia-Auto-Submit: Charles Celerier <chcl@google.com>
> Commit-Queue: Charles Celerier <chcl@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1246284
Original-Revision: ec065d51f334aa5ff2f426228d4c3a95005fccec
GitOrigin-RevId: a3ded26068767c075bebd1edcdc5bb21b819b99b
Change-Id: I45ecebd96cc65e93d3098d62388e4cf0994b1fad
1 file changed
tree: aaf30330619b3d329d233f15d57dc6ac570adf5f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.