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

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

[Octave-bug-tracker] [bug #59617] [octave forge] (interval) Failure in b


From: Rafael Laboissiere
Subject: [Octave-bug-tracker] [bug #59617] [octave forge] (interval) Failure in building the documentation against Octave 6.1
Date: Sun, 6 Dec 2020 04:21:48 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36

Follow-up Comment #2, bug #59617 (project octave):

The diagnosis is pretty simple. It seems that Octave 6 will only call a method
of a class it the first argument is an instance of that class.

This was not the case in Octave 5. For instance, with the interval package
loaded, this code:


fsolve (<function handle>, <infsup object>)


will use the file @infsup/fsolve.m, while in Octave 6 it will use the core
function m/optimization/fsolve.m, even though the interval package is loaded.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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