-
Notifications
You must be signed in to change notification settings - Fork 172
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 Sorbet to the Ruby LSP #119
Conversation
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.
Thank you, this looks good. Should we disable runtime type-checking when the CLI is called like how we do in Tapioca (as part of a followup PR) to limit the runtime overhead on the executable?
@paracycle yes, I'll add it to the follow up PR. |
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.
Thanks Vini
Motivation
First step in #62
Add Sorbet with all sigils as typed false.
I'll follow this one with a PR to change the sigils and add more typing.
Implementation
I tried ordering the commits, so that the changes are easier to review. But it's basically