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

Track keyword parameters #1226

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Track keyword parameters #1226

merged 2 commits into from
Nov 29, 2023

Conversation

vinistock
Copy link
Member

Motivation

Step towards #899

Start tracking required and optional keyword parameters.

Implementation

Similar to optionals, we're just keeping track of names for now and not default values.

Automated Tests

Added tests.

@vinistock vinistock added the enhancement New feature or request label Nov 29, 2023
@vinistock vinistock self-assigned this Nov 29, 2023
@vinistock vinistock requested a review from a team as a code owner November 29, 2023 16:11
lib/ruby_indexer/lib/ruby_indexer/entry.rb Outdated Show resolved Hide resolved
Base automatically changed from vs/track_optional_parameters to main November 29, 2023 19:08
vinistock and others added 2 commits November 29, 2023 14:08
Co-authored-by: Alexandre Terrasa <583144+Morriar@users.noreply.github.com>
@vinistock vinistock force-pushed the vs/track_keyword_parameters branch from 774343d to 04d1362 Compare November 29, 2023 19:09
@vinistock vinistock enabled auto-merge (squash) November 29, 2023 19:09
@vinistock vinistock merged commit f326dc3 into main Nov 29, 2023
22 of 30 checks passed
@vinistock vinistock deleted the vs/track_keyword_parameters branch November 29, 2023 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants