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

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

[Octave-bug-tracker] [bug #59661] classdef method call fails with "octav


From: Sébastien Villemot
Subject: [Octave-bug-tracker] [bug #59661] classdef method call fails with "octave_base_value::function_value(): wrong type argument '<unknown type>'"
Date: Fri, 11 Dec 2020 12:13:59 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

URL:
  <https://savannah.gnu.org/bugs/?59661>

                 Summary: classdef method call fails with
"octave_base_value::function_value(): wrong type argument '<unknown type>'"
                 Project: GNU Octave
            Submitted by: svillemot
            Submitted on: ven. 11 déc. 2020 17:13:57 UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.1.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hi,

I attach a testcase for a classdef-related regression in 6.1.0:


octave:1> d1 = dates('1950Q1', '1950Q2');
octave:2> d2 = dates('1950Q2');
octave:3> d1 == d2
error: octave_base_value::function_value(): wrong type argument '<unknown
type>'


Under 5.2.0, the result is:

octave:3> d1 == d2
ans =

  0
  1


Note that thhe error message is the same as case b) of bug #59340.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: ven. 11 déc. 2020 17:13:57 UTC  Name: classdef-6.1.0-regression.tar.gz 
Size: 3kio   By: svillemot

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

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59661>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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