Uh oh!
There was an error while loading. Please reload this page.
linkchecker: Add support for <base> tag - #41992
Conversation
Add support for the HTML <base> tag as used by mdBook so The Unstable Book can be checked. Also cleanup a few things: * Stop checking the name attribute. It should never have been used and mdBook has since been fixed not to use it. * Make sure we only check html files. * Remove a few unnecessary allocations. Finally, dead links in The Unstable Book have been fixed.
rust-highfive
commented
May 14, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
May 14, 2017
@bors: r+ Awesome thanks! FWIW linkchecker was written in a time w/ only the makefiles so we couldn't use crates.io, but nowadays we could enhance this to actually depend on, for example, html5ever, and have real html parsing! I'm not sure if it's necessary, but something to consider at least. |
bors
commented
May 14, 2017
📌 Commit d4f20eb has been approved by |
bors
commented
May 14, 2017
⌛ Testing commit d4f20eb with merge 8ddecf2... |
bors
commented
May 14, 2017
💔 Test failed - status-appveyor |
Mark-Simulacrum
commented
May 14, 2017
@bors retry |
alexcrichton
commented
May 14, 2017
I've sent a PR to retry that HTTP request: #41996 |
bors
commented
May 14, 2017
⌛ Testing commit d4f20eb with merge fcc1a3c... |
bors
commented
May 14, 2017
💔 Test failed - status-appveyor |
Mark-Simulacrum
commented
May 14, 2017
…chton linkchecker: Add support for <base> tag Add support for the HTML <base> tag as used by mdBook so The Unstable Book can be checked. Also cleanup a few things: * Stop checking the name attribute. It should never have been used and mdBook has since been fixed not to use it. * Make sure we only check html files. * Remove a few unnecessary allocations. Finally, dead links in The Unstable Book have been fixed.
bors
commented
May 15, 2017
linkchecker: Add support for <base> tag Add support for the HTML <base> tag as used by mdBook so The Unstable Book can be checked. Also cleanup a few things: * Stop checking the name attribute. It should never have been used and mdBook has since been fixed not to use it. * Make sure we only check html files. * Remove a few unnecessary allocations. Finally, dead links in The Unstable Book have been fixed.
steveklabnik
commented
May 15, 2017
Thanks for this! (I agree with @alexcrichton that we'll probably want to upgrade it even more in the future, but this is good for now) |
bors
commented
May 15, 2017
☀️ Test successful - status-appveyor, status-travis |
Add support for the HTML tag as used by mdBook so The Unstable
Book can be checked.
Also cleanup a few things:
mdBook has since been fixed not to use it.
Finally, dead links in The Unstable Book have been fixed.