[roll] Roll fuchsia [selectors] Rename the intermediate Selector representation The former types::Selector is the intermediate representation of selectors in our parsing library, layered between DSL strings and fidl_fuchsia_diagnostics::Selector. We use this to implement traits that we otherwise couldn't because of foreign type rules and to avoid string copying when it isn't needed (since the FIDL type requires ownership). This patch doesn't change any functionality but hopefully makes the purpose of the type, now called ir::Selector and friends, more clear. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1160860 Original-Revision: 6a5541b224d9cc29c398f543b0f5a6a82dbc940c GitOrigin-RevId: d555bbdfe765727a931f4ff3c0a894145447a19d Change-Id: I5fac8b4aa3ecc8fb5b2f94e80d7a03238cd210ac
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.