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

Fix misuse of kwarg in IO#raw #478

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

hasumikin
Copy link
Collaborator

- Obviously, `tim` is a typo for `time`
- This didn't cause an exception because IO#raw is implemented in C and it doesn't check the keyword of the parameters
- Though this typo doesn't produce any problems for now, I think it should be fixed just in case for the future
- I've used this fixed version of Reline with IRB for several days and didn't find any new problems due to the fix
- But I myself am not sure how to make sure this fix is completely robust
@hasumikin hasumikin requested a review from ima1zumi December 2, 2022 06:38
@nobu nobu merged commit 37712dd into ruby:master Dec 2, 2022
@hasumikin hasumikin deleted the fix_misuse_of_kwarg_in_IO#raw branch December 2, 2022 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants