[roll] Roll fuchsia [triage] Early Parse SelectorString and Refactor Expression

- Refactor scope of Expression and related functions from pub to pub(crate)

- Refactor `Expression` to `ExpressionTree`. This is done as a new
  `Expression Wrapper` Struct will be created which will wrap `ExpressionTree` so this should clear ambiguity and improve readability.

- Early parse selectors  and store in SelectorString along with the other data

- Test added to validate new SelectorString shape and verify correct parsing behaviour

Test: fx test //src/diagnostics/lib/triage
Original-Bug: 78980

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/642210
Original-Revision: 97aec49b83e00c00ad909cd42cafde24614ddbf7
GitOrigin-RevId: 33ed805c3e12435753772d529f3efe1ef9d4ec7e
Change-Id: I73da872abc2298e9b0c4c510fc42d3babe844dc6
1 file changed
tree: 3929aebd62e13061bf018aa6dd5973198672bb77
  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.