[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
1 file changed
tree: 8161a17df405ebf838581e8e0dd3b6e3100fc8e0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.