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

Use field instead of variable for instance variable symbol kinds #2898

Conversation

vinistock
Copy link
Member

@vinistock vinistock commented Nov 21, 2024

Motivation

Very minor thing, but I noticed that we were using the wrong symbol kind for instance variables in document symbols. We use FIELD everywhere else, so that it doesn't get confused with other types of variables.

Implementation

Changed to FIELD.

Automated Tests

Updated the tests.

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@vinistock vinistock force-pushed the 11-21-use_field_instead_of_variable_for_instance_variable_symbol_kinds branch from f41ded1 to a0de64b Compare November 21, 2024 20:13
@vinistock vinistock added server This pull request should be included in the server gem's release notes other Changes that aren't bugfixes, enhancements or breaking changes labels Nov 21, 2024 — with Graphite App
@vinistock vinistock marked this pull request as ready for review November 21, 2024 20:14
@vinistock vinistock requested a review from a team as a code owner November 21, 2024 20:14
@vinistock vinistock merged commit 3d95b97 into main Nov 21, 2024
39 checks passed
@vinistock vinistock deleted the 11-21-use_field_instead_of_variable_for_instance_variable_symbol_kinds branch November 21, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
other Changes that aren't bugfixes, enhancements or breaking changes server This pull request should be included in the server gem's release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants