octave-maintainers
[Top][All Lists]
Advanced

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

Re: important for OF maintainer - ismatrix backwards incompatible change


From: Andreas Weber
Subject: Re: important for OF maintainer - ismatrix backwards incompatible change in octave 4.0
Date: Fri, 13 Feb 2015 09:43:06 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0

Am 13.02.2015 um 00:52 schrieb Carnë Draug:

> A full replacement / fix would be replacing all current ismatrix() with
> "isnumeric (x) || islogical (x) || ischar (x)".  More details on the bug
> report [1] and cset [2].

Michael Godfrey suggested in Comment #2
(https://savannah.gnu.org/bugs/index.php?42422) to keep the original
"ismatrix" implementation

  retval = arg.is_matrix_type ()
           || arg.is_scalar_type ()
           || arg.is_range ();

as "isarray". I like this approach, any other thoughts?

-- Andy




reply via email to

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