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

Test against ruby-lsp 0.13.3 #227

Closed
wants to merge 3 commits into from
Closed

Conversation

st0012
Copy link
Member

@st0012 st0012 commented Jan 11, 2024

I noticed that due to Shopify/ruby-lsp#1280, a test case here needs to be updated to pass with ruby-lsp 0.13.3.

The test didn't consider the constant's hover content because it wasn't displayed due to Sorbet being in the bundle. However, after the PR it's now displayed because the test isn't typed: true.

I decided not to fix it by adding typed: true because I think the tests here should reflect usages without Sorbet as it's what majority of the users would see.

After Shopify/ruby-lsp#1280, the hover request
will now contain information about the class's information too.

This previously was not the case because this project has Sorbet
in the depdenencies.
@st0012 st0012 added the chore Chore task label Jan 11, 2024
@st0012 st0012 requested a review from a team as a code owner January 11, 2024 21:22
@st0012 st0012 requested review from KaanOzkan and vinistock January 11, 2024 21:22
@andyw8 andyw8 mentioned this pull request Jan 11, 2024
@andyw8
Copy link
Contributor

andyw8 commented Jan 12, 2024

Done in #228

@andyw8 andyw8 closed this Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chore task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants