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

Remove supporting a[&b]=c a[**b]=c because it is removed in ruby 3.4 #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tompng
Copy link
Member

@tompng tompng commented Apr 6, 2024

These codes are not permitted in ruby 3.4

a[&b]=1
a[x:1]=1
a[&b],a[x:1]=1,2

Remove code and test that supports these syntax, Don't call IndexTargetNode#block if method block does not exist (perhaps disappear in the future)

@tompng tompng force-pushed the remove_aset_with_block_support branch from fda837f to 57ed4bb Compare April 8, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant