-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add new tool for dumping feature status based on tidy #133514
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
Conversation
b5f3538
to
a14aeae
Compare
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
This comment has been minimized.
This comment has been minimized.
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.
r=me
let library_path_str = env::args_os().nth(1).expect("library/ path required"); | ||
let compiler_path_str = env::args_os().nth(2).expect("compiler/ path required"); | ||
let output_path_str = env::args_os().nth(3).expect("output path required"); |
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.
We might be able to extend x.py
to either set these automatically, or provide default paths here.
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.
Suggestion: what you can do is that in the bootstrap build step, pass these paths (which bootstrap will know about) as cli flags to this tool. I'll take a look tmrw.
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.
(Feel free to ping me if you need bootstrap reviews for metrics things) |
@yaahc see master...jieyouxu:rust:pr-133514:
Feel free to use the 2 additional commits on top of your changes if you want :3 @rustbot author |
I'll definitely pull those changes in, thank you very much @jieyouxu |
(I kinda forgor, but would also be nice to register a |
There are merge commits (commits with multiple parents) in your changes. We have a no merge policy so these commits will need to be removed for this pull request to be merged. You can start a rebase with the following commands:
The following commits are merge commits: |
hey I'm running into some trouble trying to merge your branch into this PR so I think I might just open a new PR directly from your branch and work from there |
superseded by #135844 |
…jieyouxu Add new tool for dumping feature status based on tidy sequel to rust-lang#133514 meaning ... supercedes rust-lang#133351 part of rust-lang#129485 r? `@jieyouxu` cc `@estebank`
Rollup merge of rust-lang#135844 - yaahc:tidy-feature-status-dump, r=jieyouxu Add new tool for dumping feature status based on tidy sequel to rust-lang#133514 meaning ... supercedes rust-lang#133351 part of rust-lang#129485 r? `@jieyouxu` cc `@estebank`
supercedes #133351
part of #129485
r? @estebank