Expand description
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. 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.
Structsยง
- Sets up or displays the LSP config for one of the supported editors
- Installs
src/etc/pre-push.sh
as a Git hook - Creates a toolchain link for stage1 using
rustup
Enumsยง
- Editor
Kind ๐Handles editor-specific setup differences - Prompt
Result ๐
Staticsยง
- PROFILE_
DIR ๐
Functionsยง
- Create the recommended editor LSP config file for rustc development, or just print it If this method should be re-called, it returns
false
. - prompt_
user ๐Prompt a user for a answer, looping until they enter an accepted input or nothing - rustup_
installed ๐ - setup_
config_ ๐toml - stage_
dir_ ๐exists - toolchain_
is_ ๐linked - try_
link_ ๐toolchain