[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
1 file changed
tree: 16647086e407ebbc05566aee68392dccbfbe315c
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 via the IRC channel #fuchsia on Freenode.

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.