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

Add MethodSpec kind #208

Merged
merged 4 commits into from
Oct 25, 2023
Merged

Conversation

jtibshirani
Copy link
Member

@jtibshirani jtibshirani commented Oct 24, 2023

This change adds a new kind representing a method specification on an
interface.

The motivation: in some cases, it can be helpful to distinguish method specs
from method implementations. For example, when searching for symbols, method
specs should usually be ranked higher than method implementations.

Test plan

Green CI!

This change adds a new kind representing a method specification on an interface.

The motivation: in some cases, it can be helpful to distinguish method specs from method
implementations. For example, when searching for symbols, method specs should
usually be ranked higher than method implementations.
scip.proto Outdated Show resolved Hide resolved
Copy link
Contributor

@varungandhi-src varungandhi-src left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving since the existing comments are non-blocking/can be addressed post-merge.

@varungandhi-src varungandhi-src merged commit 2458fe6 into sourcegraph:main Oct 25, 2023
6 checks passed
@jtibshirani
Copy link
Member Author

Thanks @varungandhi-src for fixing and merging! I have a better understanding of the process now.

@jtibshirani jtibshirani deleted the jtibs/method-spec branch October 25, 2023 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants