-
-
Notifications
You must be signed in to change notification settings - Fork 167
[blocker] Less-rigorous assertions merging assignment attribute of parameter pins #1088
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
Closed
Closed
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
6acfa0c
RuboCop todo file stability
apiology 14be6bf
Merge remote-tracking branch 'origin/master' into rubocop_stability
apiology 61260f3
Fix merge issue
apiology 8edc773
Merge remote-tracking branch 'origin/master' into rubocop_stability
apiology bb0f607
Rerun rubocop todo
apiology 837d7f6
Force build
apiology a4208e7
Restore
apiology f08b76a
Merge remote-tracking branch 'origin/master' into fix_solargraph_rspe…
apiology b66f2ac
install -> update with rbs collection
apiology a09a9af
Try Ruby 3.2
apiology 6fc8feb
Update solargraph
apiology 388c170
Re-add bundle install
apiology f80b73a
Drop MATRIX_SOLARGRAPH_VERSION
apiology ce2bee6
Drop debugging changes
apiology c261704
Merge remote-tracking branch 'origin/master' into rubocop_stability
apiology dbe9a3e
Update expectations from master branch
apiology 620fa00
Merge branch 'fix_solargraph_rspec_check' into rubocop_stability
apiology 1b12d27
Merge branch 'master' into rubocop_stability
apiology db725f7
Update rubocop todo
apiology 27bde68
Unused argument
castwide fe67c88
Revert method and parameter pin changes
castwide 3c5d3c9
Constants resumes open gates for deep name collisions
castwide 67f6517
Typechecker specs
castwide af51344
Linting
castwide 9009a2c
Documentation
castwide 8e17184
Typechecking
castwide ed3809f
Fix ancestral recursion
castwide 1864b67
Constants strips leading namespace separators
castwide 62a1c97
Less-rigorous assertions merging assignment attribute of parameters
apiology 791b5cb
Merge branch 'rubocop_stability' into fix_assignment_handling
apiology 67119b2
Merge remote-tracking branch 'castwide/master' into fix_assignment_ha…
apiology 62a684b
Merge remote-tracking branch 'castwide/1083-followup' into fix_assign…
apiology 982ad1a
Remove duplicate assignment handling
apiology 1416e1d
Reduce number of build jobs for faster CI feedback
apiology f2abb73
Fix punctuation
apiology 879eac3
Merge branch 'master' into reduce_num_of_buid_jobs
apiology cf88cea
Merge remote-tracking branch 'origin/master' into fix_assignment_hand…
apiology d486e64
Trim more matrix entries to make room for solargraph-rspec specs
apiology 56342d4
Fix version number
apiology a497e42
Merge remote-tracking branch 'origin/master' into reduce_num_of_buid_…
apiology 87b2dff
Merge remote-tracking branch 'origin/master' into fix_assignment_hand…
apiology 0bfd89f
Drop sg-ignores
apiology 2b753e8
Bump RBS versions in rspec test
apiology e182a53
Fix version
apiology 34cdf78
Fix version matrix
apiology 851d142
Fix version matrix
apiology e2d27c9
Fix version matrix
apiology 8df808a
Fix version matrix
apiology 9974481
Fix version matrix
apiology 56e2535
Exclude another
apiology d9e4936
Exclude another
apiology 7514302
Add version, fix doc
apiology f02a6e0
Merge remote-tracking branch 'origin/master' into fix_assignment_hand…
apiology 0ac3cb4
Add Ruby 4.0 jobs
apiology 3e3e4d9
Exclude another combo
apiology c7eefc2
Exclude another combo
apiology 0e706d7
Merge remote-tracking branch 'origin/master' into reduce_num_of_buid_…
apiology cbb5511
Merge branch 'reduce_num_of_buid_jobs' into fix_assignment_handling
apiology File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
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.
This was redundant with BaseVariable - let's centralize the logic instead of changing two places