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

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

[Octave-bug-tracker] [bug #59022] [octave forge] (image) test failures i


From: Hartmut
Subject: [Octave-bug-tracker] [bug #59022] [octave forge] (image) test failures in blockproc.m under Octave 6.0.90
Date: Thu, 27 Aug 2020 17:36:01 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0

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

What I am still missing is a good way to detect the return object of inline.m
in a reliable way under Octave 6 and Octave 5.2 (and earlier Octave
versions).

* typeinfo does not work. It returns "class" under Octave 6.0.90 but "inline
function" under Octave 5.2
* is_function_handle does not work. It returns FALSE under Octave 6.0.90 but
TRUE under Octave 5.2.0
* class does not work (easily). It returns "inline" under Octave 6.0.90 but
"function_handle" under Octave 5.2. (and probably returned "inline function"
in some earlier Octave version.)

Maybe we need to stick to the "dirty" way with comparing class name strings,
and allow both "inline" and "function_handle" and maybe "inline function"?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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