Actions
Misc #11131
closedUnexpected splatting of empty kwargs
Misc #11131:
Unexpected splatting of empty kwargs
Status:
Closed
Assignee:
-
Description
Updated by nobu (Nobuyoshi Nakada) about 11 years ago
- Is duplicate of Bug #10856: Splat with empty keyword args gives unexpected results added
Updated by nobu (Nobuyoshi Nakada) about 11 years ago
- Description updated (diff)
Updated by nobu (Nobuyoshi Nakada) almost 9 years ago
- Status changed from Open to Closed
Applied in changeset trunk|r59519.
splat keyword hash
-
compile.c (compile_array_keyword_arg): set keyword splat flag if
explicitly splatted. [ruby-core:68124] [Bug #10856] -
vm_args.c (setup_parameters_complex): try keyword hash splat if
given.
Actions