commit | c71590fbf3761d94273fed78ce99c76856618a35 | [log] [tgz] |
---|---|---|
author | Mahesh Saripalli <maheshsr@fuchsia.infra.roller.google.com> | Tue Aug 22 22:55:19 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 22 15:57:34 2023 -0700 |
tree | 58809b7dd3bf95a0e79c27761c7c4f883ce80d59 | |
parent | 98cc8846a9da10ddd8ebda2ac3979a556b38a449 [diff] |
[roll] Roll fuchsia [honeydew] Replace `typing.Union` with `|` We upgraded from Python 3.8 to Python 3.11. Python 3.11 supports the new union (`|`) operator from PEP 584, which was added in Python 3.9. Therefore, we can replace all uses of `typing.Union` with the `|` operator. Verified the following on Patchset: 2 * HoneyDew code guidelines * Successfully ran the impacted functional tests using InfraRun * Successfully ran Honeydew builders using try-jobs Original-Fixed: b/290940354 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/906253 Original-Revision: c39b82cbfe79a378a42cf69fbe647450c75f325f GitOrigin-RevId: da1bac5a64fbd999d7ae4b87b57b6c7ec2d1311d Change-Id: Ic57dc1249e2e892c494b2c880b3ef3cb7b320d25
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.