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: Tue, 15 Dec 2020 11:23:12 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #6, bug #59661 (project octave):

Actually there seems to be another problem.

When I apply Markus’ patch on top of a pristine 6.1.0 tarball, then I get
the correct result (i.e. same behaviour as 5.2.0).

However, when I compile the current tip of the stable branch (which includes
Markus’ patch, plus various other bugfixes), I still get an error, but the
message is now different:


octave:1> d1 = dates('1950Q1', '1950Q2');
octave:2> d2 = dates('1950Q2');
octave:3> d1 == d2
error: matrix cannot be indexed with .
error: called from
    eq at line 27 column 1
    eq at line 37 column 7



    _______________________________________________________

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]