help-octave
[Top][All Lists]
Advanced

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

Re: Textscan and csv fitness data problem


From: Philip Nienhuis
Subject: Re: Textscan and csv fitness data problem
Date: Tue, 2 Jan 2018 12:36:17 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48

Philip Nienhuis wrote:
Ben Abbott wrote:
On Jan 1, 2018, at 11:51 AM, PhilipNienhuis <address@hidden>
wrote:
:
<snip>
:

With 4.2.1 I get errors.

csv2cell.cc:228:40: error: no member named 'isnumeric' in 'octave_value'
  long hlines = (nargin > 1 && args(1).isnumeric () ?
args(1).long_value() : 0);
                               ~~~~~~~ ^
csv2cell.cc:229:39: error: no member named 'isnumeric' in 'octave_value'
  int arg_sh = (nargin > 1 && args(1).isnumeric () ? 1 : 0);
                              ~~~~~~~ ^

Does the patched version only work on the default branch?

Ben,

Yes it does. I noted the deprecated ("is_numeric_type") warnings and
quite thoughtlessly decided to clear those. But that won't help the
4.2.x users, apologies.
I'll fix it back and push a new cset. For some time we 'll have to make
do with compile time warnings then.

Done.

P.




reply via email to

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