Skip to content

internal: Remove hover fallback in favor of ranged hover #13989

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

Merged
merged 2 commits into from
Jan 20, 2023

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Jan 20, 2023

The fallback is usually more annoying than useful at this point (it messes with the range of diagnostic popups a lot), we now have a ranged hover to check the type of something which works a lot better.

Closes #11602

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 20, 2023
@Veykril
Copy link
Member Author

Veykril commented Jan 20, 2023

@bors r+

@bors
Copy link
Contributor

bors commented Jan 20, 2023

📌 Commit c93aa5a has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Jan 20, 2023

⌛ Testing commit c93aa5a with merge 02f48f2...

bors added a commit that referenced this pull request Jan 20, 2023
internal: Remove hover fallback in favor of ranged hover

The fallback is usually more annoying than useful at this point (it messes with the range of diagnostic popups a lot), we now have a ranged hover to check the type of something which works a lot better.

Closes #11602
@bors
Copy link
Contributor

bors commented Jan 20, 2023

💔 Test failed - checks-actions

@Veykril
Copy link
Member Author

Veykril commented Jan 20, 2023

@bors r+

@bors
Copy link
Contributor

bors commented Jan 20, 2023

📌 Commit 4685b97 has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Jan 20, 2023

⌛ Testing commit 4685b97 with merge 303737d...

@bors
Copy link
Contributor

bors commented Jan 20, 2023

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing 303737d to master...

1 similar comment
@bors
Copy link
Contributor

bors commented Jan 20, 2023

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing 303737d to master...

@bors bors merged commit 303737d into rust-lang:master Jan 20, 2023
@bors
Copy link
Contributor

bors commented Jan 20, 2023

👀 Test was successful, but fast-forwarding failed: 422 Changes must be made through a pull request.

@Veykril Veykril deleted the hover branch January 20, 2023 22:37
@alt-art
Copy link

alt-art commented Jan 24, 2023

I just love you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting to disable scope highlighting on hover
4 participants