commit | dc8e0129d0216d7d2fb94064da4d8219186a7fa5 | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Mon Aug 05 13:20:56 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 05 13:20:56 2024 |
tree | a4c95359feaf67375d754ebc73d288933a122c15 | |
parent | 121aa1ab60d6beaa7253ad62dba962cc2c4a35a0 [diff] |
spanification_tool: Support for python3.8 This syntax is only compatible with python3.10, but depot_tools/vpython3 is using 3.8 currently. Error was: ``` File "tools/clang/spanify/extract_edits.py", line 117, in <module> key_to_node: dict) -> str | None: TypeError: unsupported operand type(s) for |: 'type' and 'NoneType' ``` Bug: 356643982 Change-Id: I79fc230fc851f7e80103c9913fb976216e3323db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5758566 Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Ali Hijazi <ahijazi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1337264}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.