This project is closed and read-only.
Actions
Backport #7922
closedKeyword arguments bug with unnamed rest
Backport #7922:
Keyword arguments bug with unnamed rest
Status:
Closed
Assignee:
Actions
This project is closed and read-only.
Added by marcandre (Marc-Andre Lafortune) over 13 years ago. Updated over 13 years ago.
This issue was solved with changeset r39444.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
compile.c: no keyword check if kw_rest
This issue was solved with changeset r39670.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merge revision(s) 39444,39446: [Backport #7922]
* compile.c (iseq_set_arguments): no keyword check if any keyword rest
argument exists, even unnamed. [ruby-core:52744] [Bug #7922]