Uh oh!
There was an error while loading. Please reload this page.
Enable doctests in compiler/ crates - #99324
Conversation
rust-highfive
commented
Jul 16, 2022
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
Uh oh!
There was an error while loading. Please reload this page.
Mark-Simulacrum
commented
Aug 21, 2022
I would like to verify that these aren't already running on other builders - at a quick look, CrateLibrustc is default enabled, so I would expect them to be... |
Mark-Simulacrum
commented
Aug 21, 2022
Yeah, it looks like we are? If I look at the llvm-12 builder (after a rebase/rerun llvm-13) builder in this PR, or from a recent master merge:
So I think we should try to understand what we're intending to add here -- @jyn514, marking as waiting on reviewer for you to confirm whether #99144 actually needs fixing. |
jyn514
commented
Sep 7, 2022
Something strange is going on. https://pipelines.actions.githubusercontent.com/serviceHosts/d3b42637-680e-47c4-b396-04d4ba514549/_apis/pipelines/1/runs/64123/signedlogcontent/8?urlExpires=2022-09-07T03%3A02%3A56.8274271Z&urlSigningMethod=HMACV1&urlSignature=XpkHU6Ja%2BoIzOyGtj83HPrWJa1K0ULVXrUQCmh3Na40%3D shows doc-tests for rustc crates, but only some of them. Notably, at least Oh, it turns out all these crates set @reez12g can you remove this new job, and instead remove |
reez12g
commented
Sep 8, 2022
@jyn514 |
jyn514
commented
Sep 8, 2022
@reez12g yes, you can just delete it :) the default is true. |
rustbot
commented
Sep 11, 2022
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki |
This comment has been minimized.
This comment has been minimized.
jyn514
commented
Sep 11, 2022
Looks like the test failure is because the doctests are now running 🎉 @reez12g can you please fix those failures? You can run them locally with the command in #99324 (comment) (replacing Once you do that, I think is ready to merge :) |
Oh, looks like this is still disabled for bootstrap - if it's easy to fix it would be nice to remove these too. But I won't block on that. |
This comment has been minimized.
This comment has been minimized.
rustbot
commented
Sep 16, 2022
Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri |
jyn514
left a comment
There was a problem hiding this comment.
This looks great so far :) just one question.
By the way, if this is more work than you were expecting, I'm happy to merge this for a subset of crates at first and we can fix the rest later.
Uh oh!
There was an error while loading. Please reload this page.
reez12g
left a comment
There was a problem hiding this comment.
I would appreciate it if you merge this!
It looks like there are still some doctests that need to be fixed, so I agree to merge it for now and move on.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
jyn514
commented
Oct 1, 2022
For us to be able to merge this, you'll need to re-enable |
This comment has been minimized.
This comment has been minimized.
reez12g
commented
Oct 5, 2022
@rustbot ready |
reez12g
commented
Oct 5, 2022
I did it. |
jyn514
commented
Oct 6, 2022
bors
commented
Oct 6, 2022
bors
commented
Oct 6, 2022
bors
commented
Oct 6, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Oct 6, 2022
Finished benchmarking commit (0152393): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Footnotes |
Enable doctests in compiler/ crates Helps with rust-lang#99144
Helps with #99144