Project

General

Profile

Actions

Backport #8416

closed

super does not forward either named or anonymous **

Added by rits (First Last) almost 11 years ago. Updated almost 11 years ago.


Description

irb(main):015:0> class Super; def self.foo(h); h; end; end; class Sub < Super; def self.foo(); super; end; end; Sub.foo(a: 1)
=> {}

Updated by marcandre (Marc-Andre Lafortune) almost 11 years ago

  • Category set to core
  • Assignee set to nobu (Nobuyoshi Nakada)
  • Priority changed from Normal to 5

Updated by nobu (Nobuyoshi Nakada) almost 11 years ago

  • Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN to 2.0.0: REQUIRED
Actions #3

Updated by nobu (Nobuyoshi Nakada) almost 11 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r40807.
First, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


compile.c: forward kwrest

  • compile.c (iseq_compile_each): forward anonymous and first keyword
    rest argument one. [ruby-core:55033] [Bug #8416].
Actions #4

Updated by nagachika (Tomoyuki Chikanaga) almost 11 years ago

  • Tracker changed from Bug to Backport
  • Project changed from Ruby master to Backport200
  • Category deleted (core)
  • Status changed from Closed to Assigned
  • Assignee changed from nobu (Nobuyoshi Nakada) to nagachika (Tomoyuki Chikanaga)
Actions #5

Updated by nagachika (Tomoyuki Chikanaga) almost 11 years ago

  • Status changed from Assigned to Closed

This issue was solved with changeset r41051.
First, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


merge revision(s) 40807: [Backport #8416]

* compile.c (iseq_compile_each): forward anonymous and first keyword
  rest argument one.  [ruby-core:55033] [Bug #8416].
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0