implement proper linkchecker hardening#68791
Merged
bors merged 3 commits intorust-lang:masterfrom Feb 7, 2020
Merged
Conversation
Contributor
Author
|
cc @ehuss |
Member
|
Looks good, could we update rustc-guide submodule to see if the change works well here? |
5952741 to
5e086c8
Compare
Contributor
Author
|
It broke on my other machine, so I pushed a fix. I also added a commit to update rustc-guide. It seems to be working locally. |
Member
|
Thanks! r=me if @ehuss also approves it (and I could r+ here) |
Contributor
|
Seems ok to me. I'm still of the opinion that the benefit of linkchecking on rust-lang/rust doesn't outweigh the cost, but I understand you find it useful. |
Member
|
Okay, let's then |
Collaborator
|
📌 Commit 5e086c8 has been approved by |
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Feb 6, 2020
…JohnTitor implement proper linkchecker hardening r? @JohnTitor This implements proper linkcheck filtering... we might need to fiddle with a bit to adjust what is or isn't filtered, but this seems to work reasonable locally.
bors
added a commit
that referenced
this pull request
Feb 7, 2020
Rollup of 6 pull requests Successful merges: - #67359 (Rename -Zexternal-macro-backtrace to -Zmacro-backtrace and clean up implementation.) - #68524 (Generator Resume Arguments) - #68791 (implement proper linkchecker hardening) - #68886 (Mark fn map_or() as eagerly evaluated.) - #68888 (error code examples: replace some more ignore with compile_fail) - #68894 (Update E0565 examples) Failed merges: r? @ghost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
r? @JohnTitor
This implements proper linkcheck filtering... we might need to fiddle with a bit to adjust what is or isn't filtered, but this seems to work reasonable locally.