-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Support absolute source paths in bootstrap #126782
Support absolute source paths in bootstrap #126782
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @albertlarsan68 (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
Why? If I run |
@rustbot author r? onur-ozkan |
I was pointing out a bug in my code that I did not have time to fix before going to bed. I believe I fixed it now.
Thanks for the suggestion. That is exactly what I ended up doing. This is my first contribution here, so I was unfamiliar with |
@rustbot review |
PATHS
in x.py test [PATHS]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your help!
Once you fixed the last review note, please squash your commits (see the development guide for help https://rustc-dev-guide.rust-lang.org/git.html?highlight=squash#squash-your-commits), so we can merge this.
e510971
to
2674f02
Compare
@bors review |
2674f02
to
57cb0e2
Compare
PATHS
in x.py test [PATHS]
Looks good, thanks! @bors r+ |
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#126720 (Ignore `branch-protection-check-IBT` run-make test) - rust-lang#126779 (Try to clarify the confusingly-named `RustDev` and `RustcDev` steps) - rust-lang#126782 (Support absolute source paths in bootstrap) - rust-lang#126783 (Fix issue number for the `tcplistener_into_incoming` feature) - rust-lang#126843 (Allow "C-unwind" fn to have C variadics) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#126782 - mtilda:mtilda/patch/x-test-with-absolute-paths, r=onur-ozkan Support absolute source paths in bootstrap Fixes rust-lang#126765 `x test [PATHS]` should work when each path 1. Is the name of a build step, such as `tidy` in `x test tidy` or 2. Points to an existing file that is a descendant of the builder's source directory (root of this repository).
Fixes #126765
x test [PATHS]
should work when each pathtidy
inx test tidy
or