Uh oh!
There was an error while loading. Please reload this page.
Add --nocapture option to rustdoc - #86230
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
2a895a9 to
8f37814CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
GuillaumeGomez
commented
Jun 13, 2021
CI passed. Once this PR is merged, I'll send one to cargo. |
Uh oh!
There was an error while loading. Please reload this page.
camelid
commented
Jul 3, 2021
Should this PR be marked as closing #45724 as well? |
camelid
commented
Jul 3, 2021
Also, it might be a good idea to test this code against the test case in #55813 to see if it fixes it. |
camelid
commented
Jul 3, 2021
I would also appreciate if you could explain to me a bit the difference between this new flag and |
jyn514
commented
Jul 4, 2021
cc @ehuss - I don't know who owns libtest, but I've seen you reviewing a couple PRs, hopefully you have some input :) |
ehuss
commented
Jul 8, 2021
I don't have any particular say in libtest. The libs team owns it, but in general nobody focuses on it. I'd just echo @camelid's comments. I didn't look closely, but this seems strange that it is still capturing the output. I think the spirit of the |
jyn514
commented
Jul 17, 2021
Shouldn't we have a way to pass through all these options to libtest? I wonder if it makes more sense to instead support a |
GuillaumeGomez
commented
Jul 17, 2021
|
Add --nocapture option to rustdoc Fixesrust-lang#26309. Fixesrust-lang#45724. Once this PR is merged, I'll send a PR to cargo to also pass `--nocapture` to rustdoc. cc `@jyn514` r? `@camelid`
JohnTitor
commented
Jul 18, 2021
Failed in rollup: #87232 (comment) |
GuillaumeGomez
commented
Jul 18, 2021
Failure came from the fact that I only "standardized" the stdout and not the stderr... |
GuillaumeGomez
commented
Jul 18, 2021
@bors: r=camelid |
bors
commented
Jul 18, 2021
📌 Commit d5e3294 has been approved by |
…laumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#86230 (Add --nocapture option to rustdoc) - rust-lang#87210 (Rustdoc accessibility: make the sidebar headers actual headers) - rust-lang#87227 (Move asm! and global_asm! to core::arch) - rust-lang#87236 (Simplify command-line argument initialization on unix) - rust-lang#87251 (Fix "item info" width) - rust-lang#87256 (Extend HIR-based WF checking to associated type defaults) - rust-lang#87259 (triagebot shortcut config) - rust-lang#87268 (Don't create references to uninitialized data in `List::from_arena`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The 2 above tickets have been automatically closed but if I understand correctly, there is still a missing piece in |
GuillaumeGomez
commented
Jul 19, 2021
The work is done here so it's ok for them to be closed. I'm working on the cargo fix. |
Fixes#26309.
Fixes#45724.
Once this PR is merged, I'll send a PR to cargo to also pass
--nocaptureto rustdoc.cc @jyn514
r? @camelid