bootstrap: reinterpret the main advantage of x.py setup

This commit is contained in:
Jubilee Young 2024-04-24 16:56:41 -07:00
parent 32aadc516b
commit f4e02a193e

View File

@ -1,8 +1,9 @@
//! First time setup of a dev environment
//!
//! These are build-and-run steps for `./x.py setup`, which allows quickly setting up the directory
//! for modifying, building, and running the compiler and library. The main convenience is to allow
//! not having to painstakingly set every single option in config.toml.
//! for modifying, building, and running the compiler and library. Running arbitrary configuration
//! allows setting up things that cannot be simply captured inside the config.toml, in addition to
//! leading people away from manually editing most of the config.toml values.
use crate::core::builder::{Builder, RunConfig, ShouldRun, Step};
use crate::t;