-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how x.py works #248
Comments
@mark-i-m do you think https://rustc-dev-guide.rust-lang.org/building/bootstrapping.html answers this well enough? Or was there something more you wanted to document? |
I think my intent was more related to how x.py is implemented and how to hack on it... |
Perhaps? Or else move that readme to a short chapter in the guide. Not sure... |
@Mark-Simulacrum do you have opinions on whether this should be documented in the dev-guide or in-tree? |
Open to either; rustc-dev-guide is somewhat less likely to receive updates. x.py is not that complicated itself, just is incredibly stateful (filesystem), so that pretty significantly increases complexity of changing it. Not sure what kind of docs are intended here. |
This looks roughly the same as rust-lang/rust#90686 to me; I'm going to close it since the other issue was also closed (the documentation now lives in-tree in src/bootstrap/README.md). Happy to add more docs but I think we should use a more specific issue for that. |
https://internals.rust-lang.org/t/compiling-rustc-with-non-standard-flags/8950/3
The text was updated successfully, but these errors were encountered: