| commit | a2b302b7a5c8a38067f243dfe6ef191a0ffeb630 | [log] [tgz] |
|---|---|---|
| author | Marc Khouri <mnck@fuchsia.infra.roller.google.com> | Thu May 01 12:54:18 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu May 01 12:57:22 2025 -0700 |
| tree | 68bf32e160f3c0cf73650711c085a44ea8c8e271 | |
| parent | 85da720cecb47da3a0015e8346a6fe144df6e36e [diff] |
[roll] Roll fuchsia [fuchsia-controller] Accept all Python sequences for FIDL arrays Currently, fuchsia-controller asserts that any FIDL arrays or vectors are represented as a Python List. However, this is overly restrictive, as any Python Sequence could be accepted. A practical example is the Python `bytes` types (ref: https://docs.python.org/3/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview), which "are immutable sequences of single bytes". This type does not satisfy the current `PyList_Check`, but otherwise satisfies the requirements to be used here. Original-Bug: 413414537 Test: fx test --e2e --output toggle_wlan_interface_stress_test Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1260544 Original-Revision: 6f09b43a07930047f7ff7cc70feb725ee86ba87e GitOrigin-RevId: 2f4e78baeec93f946e1339701ca399ab029a2d19 Change-Id: I3f55d77799802f27ba72fffd05c409c35e230350
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.