| commit | 5050215e70616a9dc79b13f55c6bff893292458c | [log] [tgz] |
|---|---|---|
| author | Charles Celerier <chcl@fuchsia.infra.roller.google.com> | Tue Apr 08 18:54:41 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 08 18:58:18 2025 -0700 |
| tree | a0b1e458ea3043bea953aba7737bbe393e6ae82d | |
| parent | 74b4e6d588cd7a96d738ad8fcaea05566afd23ea [diff] |
[roll] Roll fuchsia [honeydew] Migrate to fidlgen_python bindings Most of these changes are mechanical checks for fields that are not None, but the following are more complex and could result in different behavior: - Catch AssertionError to from .unwrap() on result types. It's possible additional AssertionError exceptions could be caught and re-raised when before they would have skipped being re-raised. - fuchsia.wlan.device.service/DeviceMonitor.CreateIface() affordance fixed to actually specify the sta_address field. Before it was incorrectly written as "sta_addr". - Removed WLAN RequestStatus affordable that merely wraps the now compiled enums to provide strings for names. - Await coroutines that were not being awaited in user_input affordances. - Adjusted mocks to fit the types of FIDL bindings. Original-Bug: 356217589 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243345 Original-Revision: 90ee1b4925438f46f19de3938dc5f5a59701a2e3 GitOrigin-RevId: 93a1b31e2e41eba254b99ce5d7393dc9e694df0b Change-Id: Id8aea6af7c9d7905075372d0333ba546b617c3a6
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.