-
Notifications
You must be signed in to change notification settings - Fork 215
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
Add Symbol Renaming to the language server #2081
Conversation
Hey Jan, I've rebased your #1948 so that it doesn't get lost. |
|
||
// This was ASSERT_FALSE(), but in fact we get the range of 'vara' back, | ||
// and renaming that actually works. TODO: Check intent of this test. | ||
ASSERT_TRUE(edit_range.has_value()) << (nlohmann::json)*edit_range; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was testing ASSERT_FALSE()
, but it now actually returns a range. Was that #1678 fixing it ?
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2081 +/- ##
==========================================
- Coverage 92.99% 92.97% -0.02%
==========================================
Files 358 358
Lines 26465 26548 +83
==========================================
+ Hits 24611 24683 +72
- Misses 1854 1865 +11 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work
This is a rebase of original Pull Reqeust #1948 by @jbylicki See commit history there.