| commit | 69648537c9ca0e8584d39513a2c3b86e67de1d0e | [log] [tgz] |
|---|---|---|
| author | Alex Zaslavsky <azaslavsky@fuchsia.infra.roller.google.com> | Fri Mar 11 00:28:49 2022 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 10 16:30:29 2022 -0800 |
| tree | 16647086e407ebbc05566aee68392dccbfbe315c | |
| parent | 6500f76aa5b90abbde0545e74502190ae40935b0 [diff] |
[roll] Roll fuchsia [fidl][dart] Support table/union payloads
Adds support for top-level union/table paylods, like so:
```
protocol MyProtocol {
MyMethod(table{ 1: a bool; } -> (union{ 1: a bool; 2: b: int8; });
};
```
Additionally, an unused fidlgen_dart/ir.go method `maybeCompileConstant`
has been removed.
Test: fx regen-goldens; fx test fidl-compatibility-tests
Original-Bug: 88343
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/653662
Original-Revision: e7159d192968ea178f1c2946adbc1b2fa4b8c564
GitOrigin-RevId: d59fcc9b1e52d1595bb82b7f19902e85c8dbedd1
Change-Id: I08d0244589b6da7e7a33ff19bf9f901da5e931a9
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 via the IRC channel #fuchsia on Freenode.
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.