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

No need to specify tags anymore #10770

Merged
merged 1 commit into from
May 18, 2024
Merged

No need to specify tags anymore #10770

merged 1 commit into from
May 18, 2024

Conversation

yui-knk
Copy link
Contributor

@yui-knk yui-knk commented May 15, 2024

In the past, these codes were used by both parser and ripper. On ripper, the type of LHS is <val> then type cast was needed. However currently these are only used by parser then no need to cast.

@nobu
Copy link
Member

nobu commented May 15, 2024

A typo in the commit message, s/curretnly/currently/.

@yui-knk
Copy link
Contributor Author

yui-knk commented May 15, 2024

Thanks, updated the commit message.

In the past, these codes were used by both parser and ripper.
On ripper, the type of LHS is `<val>` then type cast was needed.
However currently these are only used by parser then no need to
cast.
@nobu nobu merged commit 55c62e6 into ruby:master May 18, 2024
100 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants