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

Fix a typecheck-found issue in the RubyVM parser #753

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

apiology
Copy link
Contributor

No description provided.

@apiology
Copy link
Contributor Author

apiology commented Feb 22, 2025

This line was throwing off a typechecking issue at the 'typed' level when typechecking the solargraph codebase. I would have reproduced the bug with a spec, but it looks like the file isn't in operating shape right now - e.g., this case statement is expecting upcased symbols but receives downcased symbols.

@castwide
Copy link
Owner

The RubyVM version of the parser is deprecated. I expect to yank it altogether, but in the meantime there's no harm in merging this if it suppresses a typecheck warning.

@castwide castwide merged commit 3c736c7 into castwide:master Feb 26, 2025
8 checks passed
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.

2 participants