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

Always be private #1774

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Always be private #1774

merged 1 commit into from
Mar 26, 2024

Conversation

ksss
Copy link
Collaborator

@ksss ksss commented Mar 25, 2024

Instance methods of #initialize, #initialize_copy, #initialize_clone, #initialize_dup and #respond_to_missing? are always private in CRuby.

https://github.com/ruby/ruby/blob/69579ed57a2aa1c3ad739417db70564d570bf2c1/vm_method.c#L966-L977

I think it would be difficult to always mandate this behavior in the RBS signature, so I suggest that it be automatically set to private.

Instance methods of initialize, initialize_copy, initialize_clone, initialize_dup
and respond_to_missing? are always be private in CRuby.
Copy link
Member

@soutaro soutaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 👍

@soutaro soutaro added this to the RBS 3.5 milestone Mar 26, 2024
@soutaro soutaro added this pull request to the merge queue Mar 26, 2024
Merged via the queue into ruby:master with commit 7084d83 Mar 26, 2024
17 checks passed
@ksss ksss deleted the always-be-private branch March 26, 2024 01:30
@soutaro soutaro added the Released PRs already included in the released version label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Released PRs already included in the released version
Development

Successfully merging this pull request may close these issues.

2 participants