[roll] Roll fuchsia [ffx] Delete ValueStrategy and ConfigValue type conversion for Map type

For a ConfigQuery, to get a Map<String, Value> typed config value, it
will call `validate_type::<Map<String, Value>>` on the map recursively,
which tries converting every single value (even if it's not a Object)
in the map to Map<String, Value>, and it will fail.

So every ConfigQuery::get<Map<String, Value>> call will only return
an Error instead of the desired value. The only correct way to get a
Map<String, Value>> is to get a Value and then check if it's a
Value::Object.

The code is currently not used anywhere so it's safe to delete it.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/799206
Original-Revision: a3e7f21eb6c614674da6f261486f0e2b0c01d12c
GitOrigin-RevId: 94ac053b0cc13f2121e1118eecdd4ce7427733e7
Change-Id: Ied9258249c3cf755cce0b15071ba4d1b0407e40a
1 file changed
tree: 553c7935bb6d4597027e13bb648b026812545397
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.