Skip to content

add some important features from ruby > 3.0 and solve some issue#282

Open
Magikdidi24 wants to merge 6 commits into
tree-sitter:masterfrom
Magikdidi24:master
Open

add some important features from ruby > 3.0 and solve some issue#282
Magikdidi24 wants to merge 6 commits into
tree-sitter:masterfrom
Magikdidi24:master

Conversation

@Magikdidi24

Copy link
Copy Markdown
  • shadows variables
  • for range with begin only
  • functions ruby >3.0
  • bad return

@Magikdidi24 Magikdidi24 marked this pull request as ready for review October 20, 2025 12:31
a = 42
-> {
# This is also another a.
use a

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could you elaborate why this not the same as a on line 2771?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

This is a mistake — it’s the same. I just used my own test case in my project and forgot to remove the comment.

@Magikdidi24 Magikdidi24 force-pushed the master branch 2 times, most recently from 0738b52 to 65bb643 Compare October 21, 2025 14:24
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.

2 participants