[roll] Roll fuchsia 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>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1246264
Original-Revision: f2ce9c687aaa09362d1b2f70f23540ca00e8d35d
GitOrigin-RevId: fb453ffb16d9c68ff533c3b9e6c69309c3d54c17
Change-Id: I811ba5ea4ca81554651fc97272ba28b0c813b5c0
1 file changed
tree: c52876ac57613448acbeab0344223cd61f6078db
  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.