Migrate type inferrer to use Rubydex#4014
Merged
vinistock merged 1 commit intorubydex_adoption_feature_branchfrom Mar 20, 2026
Merged
Migrate type inferrer to use Rubydex#4014vinistock merged 1 commit intorubydex_adoption_feature_branchfrom
vinistock merged 1 commit intorubydex_adoption_feature_branchfrom
Conversation
e50b099 to
abf5c41
Compare
5b864a5 to
cd9f1e7
Compare
alexcrocha
reviewed
Mar 18, 2026
st0012
approved these changes
Mar 18, 2026
Base automatically changed from
03-05-switch_singleton_class_names_to_new_style
to
rubydex_adoption_feature_branch
March 19, 2026 13:46
20 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
We need the type inferrer to operate on the Rubydex graph instead of the old index. Otherwise, we can't migrate requests properly.
Implementation
Changed the inferrer to accept a graph and made all of the changes to maintain the existing behaviour.
Automated Tests
I had to skip a hover test while our RBS indexer doesn't handle methods. I'll use
[RUBYDEX]in all skips so that we can easily find them later.