From 15f0afe415e22bad851a720d69dfb77e445c70da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Jul 2026 09:02:47 +0000 Subject: [PATCH] chore: update documentation from upstream Bazel repo [skip ci] Synchronized pre-converted MDX files from upstream Bazel repository. --- reference/command-line-reference.mdx | 4 ++-- reference/skyframe-debugging.mdx | 15 +-------------- upstream | 2 +- 3 files changed, 4 insertions(+), 17 deletions(-) diff --git a/reference/command-line-reference.mdx b/reference/command-line-reference.mdx index 2d3a5ec2..bbe116d1 100644 --- a/reference/command-line-reference.mdx +++ b/reference/command-line-reference.mdx @@ -7966,14 +7966,14 @@ Options that control the output of the command: Tags: [`bazel_monitoring`](#effect_tag_BAZEL_MONITORING) -`--skyframe=` default: "off" +`--skyframe=` default: "off" : Dump the Skyframe graph. Tags: [`bazel_monitoring`](#effect_tag_BAZEL_MONITORING) `--skykey_filter=` default: ".\*" -: Regex filter of SkyKey names to output. Only used with --skyframe=keys, value, deps, rdeps, function_graph. +: Regex filter of SkyKey names to output. Only used with --skyframe=value, deps, rdeps, function_graph. Tags: [`bazel_monitoring`](#effect_tag_BAZEL_MONITORING) diff --git a/reference/skyframe-debugging.mdx b/reference/skyframe-debugging.mdx index 74b98bf2..3adb0a73 100644 --- a/reference/skyframe-debugging.mdx +++ b/reference/skyframe-debugging.mdx @@ -28,10 +28,9 @@ The `--skyframe` flag takes an argument detailing what information to report: Skyframe. - [`--skyframe=count`](#count-mode): A report on the number of values for each SkyFunction type. -- [`--skyframe=keys`](#keys-mode): The keys in Skyframe. - [`--skyframe=value`](#value-mode): The full value in Skyframe. - [`--skyframe=deps`](#deps-mode): The dependencies of the value in Skyframe. -- [`--skyframe=rdeps`](#reverse-deps-mode): Other values in Skyframe with a +- [`--skyframe=rdeps`](#reverse-dps-mode): Other values in Skyframe with a dependency on the value. ### Filtering by SkyKey @@ -85,18 +84,6 @@ Commonly used types are: - `PACKAGE`: The numbe of packages loading into Skyframe. - `BUILD_CONFIGURATION`: The number of distinct configurations. -## Keys Mode - -The `bazel dump --skyframe=keys --skykey_filter=FOO` command will show keys -available that match the filter. This can be quite extensive unless the key is -very specific. - -The format is one line per key, the result of calling `.toString()` on the key. - -This can be helpful to identify specific keys to investigate with -[`--skyframe=value`](#value-mode), [`--skyframe=deps`](#deps-mode), or -[`--skyframe=rdeps`](#reverse-deps-mode). - ## Value Mode The `bazel dump --skyframe=value --skykey_filter=FOO` command will show all diff --git a/upstream b/upstream index 77a117a5..0faabafe 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit 77a117a5591e764077f42c0233bbb212ff487ae4 +Subproject commit 0faabafe580979db81bda7b89985b68bb8965e2b