[roll] Roll fuchsia [fidl][fix] Add layout kind to raw layout members Prior to this change, there was an odd inconsistency between raw::Layout and raw::LayoutMember: the former new what "kind" of layout it belonged to (bits, struct, table, etc), but the latter did not. This change fixes the issue by piping this information through to raw::LayoutMember as well. This is useful for the transformer because it seems more likely that users will want to perform transform operations on a single layout kind (ex: "make all unions spelled like...") than on all of them. By piping this information through, we can create per member matchers (`OnTableMember()`) rather than more general `OnLayoutMember` matchers. Test: fx test fidlc-test Original-Bug: 114357 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/764882 Original-Revision: 9736914841a0a7d8bcf34c5a1ef359ac03d9a366 GitOrigin-RevId: e3b38f25fb64e7f33a2adb8051903b534b091070 Change-Id: I16128294ccfeae5509b032191b8c27837efd24d1
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.