Uh oh!
There was an error while loading. Please reload this page.
overhaul intra-doc-link ambiguity warning - #58824
Conversation
rust-highfive
commented
Mar 1, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Mar 8, 2019
☔ The latest upstream changes (presumably #58915) made this pull request unmergeable. Please resolve the merge conflicts. |
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.
d5c5952 to
4ac4a96Compareeuclio
commented
Mar 10, 2019
@petrochenkov Comments addressed, ready for another review. |
petrochenkov
commented
Mar 10, 2019
@bors r+ |
bors
commented
Mar 10, 2019
📌 Commit 4ac4a966defb942e0792b1704c86ca82fd8bc2e7 has been approved by |
bors
commented
Mar 10, 2019
☔ The latest upstream changes (presumably #56732) made this pull request unmergeable. Please resolve the merge conflicts. |
4ac4a96 to
3bb2275Compareeuclio
commented
Mar 10, 2019
@petrochenkov Rebased. |
petrochenkov
commented
Mar 10, 2019
@bors r+ |
bors
commented
Mar 10, 2019
📌 Commit 3bb2275 has been approved by |
…ochenkov overhaul intra-doc-link ambiguity warning Fixesrust-lang#52784. - Makes the warning part of the `intra_doc_link_resolution_failure` lint. - Tightens the span to just the ambiguous link. - Reports ambiguities across all three namespaces. - Uses structured suggestions for disambiguation. - Adds a test for the warnings. r? @QuietMisdreavus
Mark-Simulacrum
commented
Mar 14, 2019
This PR (likely in combination with some other PR) failed on CI in the rollup (#59183). Not de-approving because which PR caused the failure I'm not sure. |
euclio
commented
Mar 14, 2019
Looks like #59044 broke this. I can rebase later today. |
- Makes the warning part of the `intra_doc_link_resolution_failure` lint. - Tightens the span to just the ambiguous link. - Reports ambiguities across all three namespaces. - Uses structured suggestions for disambiguation. - Adds a test for the warnings.
3bb2275 to
7c66ae2Compareeuclio
commented
Mar 16, 2019
Rebased, not sure if this needs to be reapproved. |
petrochenkov
commented
Mar 16, 2019
@bors r+ |
bors
commented
Mar 16, 2019
📌 Commit 7c66ae2 has been approved by |
petrochenkov
commented
Mar 16, 2019
@euclio |
bors
commented
Mar 18, 2019
overhaul intra-doc-link ambiguity warning Fixes#52784. - Makes the warning part of the `intra_doc_link_resolution_failure` lint. - Tightens the span to just the ambiguous link. - Reports ambiguities across all three namespaces. - Uses structured suggestions for disambiguation. - Adds a test for the warnings. r? @QuietMisdreavus
bors
commented
Mar 18, 2019
☀️ Test successful - checks-travis, status-appveyor |
Fixes#52784.
intra_doc_link_resolution_failurelint.
r? @QuietMisdreavus