Uh oh!
There was an error while loading. Please reload this page.
doc-test: In Markdown tests, Use all of <h1> to <h6> as the test name - #44867
Conversation
rust-highfive
commented
Sep 26, 2017
r? @frewsxcv (rust_highfive has picked a reviewer for you, use r? to override) |
kennytm
commented
Sep 26, 2017
The rationale is to avoid useless CI output like #44480 (comment). The errors now look like: I've conflated the |
GuillaumeGomez
commented
Sep 27, 2017
It's a bit ugly from my point of view. :-/ |
kennytm
commented
Sep 27, 2017
What if we truncate to |
carols10cents
commented
Oct 2, 2017
review reminder ping @GuillaumeGomez@QuietMisdreavus ! |
QuietMisdreavus
commented
Oct 2, 2017
Okay yeah, i'm a little out of my depth as to what's exactly going on here, i'm going to let imperio take over. |
GuillaumeGomez
commented
Oct 3, 2017
I appreciate the fact that you removed the |
…name. This mainly simplifies debugging error index tests, as the error codes are `<h2>`s in the huge document containing all codes.
a4e1850 to
0cdf587Comparekennytm
commented
Oct 7, 2017
@GuillaumeGomez Added comments to explain the changed role of The "after" is shown in #44867 (comment). The "before" is like: |
aidanhs
commented
Oct 12, 2017
Hi @GuillaumeGomez, have you had a chance to take another look at this? |
GuillaumeGomez
commented
Oct 13, 2017
Forgot, sorry. And I still don't like it much. But if other people are interested, then it should get merged. Well anyway, please pick another reviewer, the technical side looks fine to me but I don't like the new output much. :-/ |
kennytm
commented
Oct 13, 2017
so... r? @alexcrichton ? @GuillaumeGomez or do you have suggestions that makes the output looks nice while ensuring the markdown tests still show the |
GuillaumeGomez
commented
Oct 14, 2017
No I don't, that's why I'd like someone else review this in case they have a better idea. |
alexcrichton
commented
Oct 14, 2017
bors
commented
Oct 14, 2017
📌 Commit 0cdf587 has been approved by |
bors
commented
Oct 14, 2017
doc-test: In Markdown tests, Use all of `<h1>` to `<h6>` as the test name This mainly simplifies debugging error index tests, as the error codes are `<h2>`s in the huge document containing all codes.
bors
commented
Oct 15, 2017
☀️ Test successful - status-appveyor, status-travis |
This mainly simplifies debugging error index tests, as the error codes are
<h2>s in the huge document containing all codes.