Actions
Bug #15673
closedNumber args + Ripper
Bug #15673:
Number args + Ripper
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.7.0dev (2019-03-18 trunk 67295) [x86_64-darwin18]
Description
Files
Actions
Added by kddnewton (Kevin Newton) over 7 years ago. Updated over 7 years ago.
Description
Files
| ripper.patch (824 Bytes) ripper.patch | kddnewton (Kevin Newton), 03/18/2019 07:33 PM |
Some more investigation yields that compile_error is called with:
identifier false is not valid to get
I think I found it. I've attached a patch file. Please forgive me if I'm doing this wrong, this is my first contribution.
Applied in changeset trunk|r67306.
parse.y: fix var_ref of numbered param in ripper