-
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
compiletest: Rewrite extract_*_version functions #74237
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
a188507
to
3024542
Compare
This looks reasonable to me, but I don't think I'm the right reviewer for it. Seems like someone on the compiler team should look at this. |
Thanks Josh! r? @eddyb |
How is this a breaking change? Without #73603 we're not shipping compiletest in that component to my knowledge. |
Because compiletest is extracted to a crate, Clippy uses that crate. |
I still don't see how that's related to rustc-dev; that crate is entirely separate to the in-tree code to my knowledge. It would perhaps want to issue a breaking release (0.6.0) but that seems fine? 0.5.0 of that crate wouldn't break... |
If you tell me there are no breakage, it's fine then. You really know better than me! |
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 with nit fixed.
Done. But I'll ping you later when CI is green. |
@bors r+ |
📌 Commit 47a0f69 has been approved by |
@bors r+ rollup=iffy |
📌 Commit 1314d31 has been approved by |
⌛ Testing commit 1314d31 with merge 4e92f610f5073e680d059c5be4c99b3529f1276b... |
compiletest: Rewrite extract_*_version functions This makes extract_lldb_version has the same version type like extract_gdb_version.
@bors retry yield |
⌛ Testing commit 1314d31 with merge d4b069030f4c5245849d0e83b3cb695191c525ac... |
💔 Test failed - checks-actions |
Network error!
Should close the bors tree I think? cc @pietroalbini |
@bors retry It should just be spurious. |
compiletest: Rewrite extract_*_version functions This makes extract_lldb_version has the same version type like extract_gdb_version.
…arth Rollup of 9 pull requests Successful merges: - rust-lang#73655 (va_args implementation for AAPCS.) - rust-lang#73893 (Stabilize control-flow-guard codegen option) - rust-lang#74237 (compiletest: Rewrite extract_*_version functions) - rust-lang#74454 (small coherence cleanup) - rust-lang#74528 (refactor and reword intra-doc link errors) - rust-lang#74568 (Apply rust-lang#66379 to `*mut T` `as_ref`) - rust-lang#74570 (Use forge links for prioritization procedure) - rust-lang#74589 (Update books) - rust-lang#74635 (Fix tooltip position if the documentation starts with a code block) Failed merges: r? @ghost
This makes extract_lldb_version has the same version type like
extract_gdb_version.