[roll] Roll fuchsia [fidlc] Replace has_request and has_response with kind This changes the AST for methods to store a kind enum (oneway, twoway, or event) instead of has_request and has_response flags. The JSON IR now has all three values, but once everything has migrated to "kind" we'll remove "has_request" and "has_response". Motivation: long ago we decided the two flag model (oneway = request, event = response, twoway = request AND response) was confusing: * HasRequest sounds like it means Request is set, but it doesn't. For a method like `Foo()`, HasRequest is true but Request is nil. * Usually "request" and "response" refer to an initial interaction and reply. For this reason we changed user facing types and docs to refer to events as having a server-initiated request. Now I am finally updating the IR to reflect this. Test: fx test fidlc-test Test: fx check-goldens fidl Original-Bug: 42156522 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1067293 Original-Revision: 8710d1efa34934ae9250860bd44bfe0bccc914f5 GitOrigin-RevId: 76afd89962234334f59c73bc14441a85c58c3198 Change-Id: I7e26b9694c0b5d8b81eb02d518e62f8fe8d97988
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.