[roll] Roll fuchsia [component_manager] Rename Moniker Conversion Functions

This function renames the functions that convert instanced monikers to
their non-instanced counter parts.

- Introduces `.without_instance_id()` for `InstancedChildMoniker`
- Introduces `.without_instance_ids()` for
`InstancedAbsoluteMoniker`/`InstancedRelativeMoniker`

The reason for this change is to make the function names more intuitive
and readable while working between these types.

Original-Bug: 93941
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/677362
Original-Revision: a600fc8bcfdb85a772c9e9a4518bc6953317a088
GitOrigin-RevId: e68dcdf533a8860ecb56e013b466c6f78092fe16
Change-Id: I2d2e04b452fae098540b20fc297a4d7f592d7892
1 file changed
tree: 064b2c9c53d4c8768f2f3041d192e8d1e8ac43ed
  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.