octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #51534] Invoking parent class constructor in c


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #51534] Invoking parent class constructor in child constructor fails
Date: Fri, 21 Jul 2017 20:20:17 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Update of bug #51534 (project octave):

                Severity:              3 - Normal => 4 - Important          
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed, although this syntax isn't strictly correct. You aren't supposed to
overwrite the self object. The base class constructor is supposed to be called
as


  function self = Child_Class(val)
    address@hidden(val);
  end


Regardless, it does look like the base class constructor is not being called
correctly anymore, this is a regression from the stable branch.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51534>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]