octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave-maintainers Digest, Vol 140, Issue 32


From: Rik
Subject: Re: Octave-maintainers Digest, Vol 140, Issue 32
Date: Thu, 23 Nov 2017 14:33:05 -0800

On 11/23/2017 09:00 AM, address@hidden wrote:
Subject:
Re: 4.2.2 release
From:
Daniel J Sebald <address@hidden>
Date:
11/22/2017 12:30 PM
To:
"John W. Eaton" <address@hidden>, Octave Maintainers List <address@hidden>
List-Post:
<mailto:address@hidden>
Content-Transfer-Encoding:
7bit
Precedence:
list
MIME-Version:
1.0
References:
<address@hidden> <address@hidden>
In-Reply-To:
<address@hidden>
Message-ID:
<address@hidden>
Content-Type:
text/plain; charset=utf-8; format=flowed
Message:
3

On 11/22/2017 02:19 PM, Daniel J Sebald wrote:

the latter of which has a patch.  textscan() is fairly popular so it might be nice to address those before a release in order to avoid redundant bug reports, unless it doesn't really reach critical status for minor releases.

PS: Are there no tests for built-in functions?

octave:5> test textscan
????? textscan is a built-in function

Dan

Built-in functions often do have tests, but the tests are in the file where the built-in function resides.  So try this

octave: 1> which textscan
'textscan' is a built-in function from the file libinterp/corefcn/file-io.cc
octave: 2> test file-io.cc
PASSES 83 out of 83 tests

--Rik

reply via email to

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