Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement proper linkchecker hardening #68791

Merged
merged 3 commits into from
Feb 7, 2020

Conversation

mark-i-m
Copy link
Member

@mark-i-m mark-i-m commented Feb 3, 2020

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.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 3, 2020
@mark-i-m
Copy link
Member Author

mark-i-m commented Feb 3, 2020

cc @ehuss

@JohnTitor
Copy link
Member

JohnTitor commented Feb 3, 2020

Looks good, could we update rustc-guide submodule to see if the change works well here?

@mark-i-m
Copy link
Member Author

mark-i-m commented Feb 3, 2020

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.

@JohnTitor
Copy link
Member

Thanks! r=me if @ehuss also approves it (and I could r+ here)

@ehuss
Copy link
Contributor

ehuss commented Feb 4, 2020

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.

@JohnTitor
Copy link
Member

Okay, let's then
@bors r=ehuss,JohnTitor

@bors
Copy link
Contributor

bors commented Feb 4, 2020

📌 Commit 5e086c8 has been approved by ehuss,JohnTitor

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 4, 2020
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
@bors bors merged commit 5e086c8 into rust-lang:master Feb 7, 2020
@mark-i-m mark-i-m deleted the proper-linkcheck branch March 6, 2020 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants