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

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

[Octave-bug-tracker] [bug #49973] class constructors fails on multiple i


From: anonymous
Subject: [Octave-bug-tracker] [bug #49973] class constructors fails on multiple inheritance.
Date: Mon, 2 Jan 2017 16:52:24 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0

URL:
  <http://savannah.gnu.org/bugs/?49973>

                 Summary: class constructors fails on multiple inheritance.
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 02 Jan 2017 04:52:23 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Octave runs into the error below when subclassing 2 classes.
In octave 4.0.3 and 4.2.0 (and matlab) this examples runs.


octave-4.2.0 use_a.m
created ab instance
created abc instance

octave-4.3.0+ use_a.m
created ab instance
error: cannot convert `matrix' into `object'
error: execution exception in use_a.m


class c.m:


cat c.m
classdef c
end




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 02 Jan 2017 04:52:23 PM UTC  Name: ab.m  Size: 20B   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=39343>
-------------------------------------------------------
Date: Mon 02 Jan 2017 04:52:23 PM UTC  Name: use_a.m  Size: 103B   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=39344>
-------------------------------------------------------
Date: Mon 02 Jan 2017 04:52:23 PM UTC  Name: abc.m  Size: 25B   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=39345>
-------------------------------------------------------
Date: Mon 02 Jan 2017 04:52:23 PM UTC  Name: b.m  Size: 15B   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=39346>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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