[roll] Roll fuchsia [components][dictionaries] Extension is on demand

Currently, when a dictionary that has `extends` is routed, dictionary
extension is performed once, and that extended dictionary is cached and
reused on subsequent routing requests.

Instead, this change makes it so that the extension is performed anew on
every route.

The reason for this change is to prepare for `extends program`, which
needs these semantics because the dictionary being extended will change
if the program is restarted. With this, `extends <other>` will be
consistent with `extends program`. It's also simpler to implement; the
only downside is the minor performance cost of creating a new dictionary
and routing the source dictionary on every routing request.

Original-Bug: 336363726
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1036512
Original-Revision: 29bfd17edb2d32bc38a4b968f66aed191d6f0f21
GitOrigin-RevId: 2e8b734391dc55795484d2b60671cf976c56395d
Change-Id: Ibaf504f7e42ae88927e7d9828e76f742d2ba5a40
1 file changed
tree: 296dabec4b194af6057bc4bf8d2c899a53f8268d
  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 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.