about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-05-12 06:26:20 +0000
committerbors <bors@rust-lang.org>2024-05-12 06:26:20 +0000
commit645bc609d994b6556c9aebbdd810f1d75c3e2206 (patch)
treea5db14e2a933e9ef244ce61ed7fbeb3c74b34ddc /compiler/rustc_codegen_llvm/src/errors.rs
parent8cc6f34653505e13159d62ad9de4c7b7a43b9e39 (diff)
parent8c5375ad8e9e53334df1bdec10244589dfca109e (diff)
downloadrust-645bc609d994b6556c9aebbdd810f1d75c3e2206.tar.gz
rust-645bc609d994b6556c9aebbdd810f1d75c3e2206.zip
Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrum
use key-value format in stage0 file

Currently, we are working on the python removal task on bootstrap. Which means we have to extract some data from the stage0 file using shell scripts. However, parsing values from the stage0.json file is painful because shell scripts don't have a built-in way to parse json files.

This change simplifies the stage0 file format to key-value pairs, which makes it easily readable from any environment.

See the zulip thread for more details: https://rust-lang.zulipchat.com/#narrow/stream/326414-t-infra.2Fbootstrap/topic/Using.20different.20format.20in.20the.20stage0.20file
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions