octave-maintainers
[Top][All Lists]
Advanced

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

Re: [forge] multiples private strsplit.m


From: Marco Atzeri
Subject: Re: [forge] multiples private strsplit.m
Date: Sat, 20 Jun 2015 18:49:34 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 6/20/2015 5:12 PM, Ben Abbott wrote:
On Jun 20, 2015, at 2:19 AM, Marco Atzeri <address@hidden> wrote:



In case it isn’t clear … If you run …

        test ('/usr/share/octave/packages/cgi-0.1.0/@cgi/private/strsplit.m’)

… from any directory other than "/usr/share/octave/packages/cgi-0.1.0/@cgi” it 
will run the tests present in the private version of strsplit, but will use the 
strsplit from Octave’s core. The private functions are only seen and used by m-files 
which are in same directory which contains the “private” directory.

In any event, if an “fgrep -n strsplit 
/usr/share/octave/packages/cgi-0.1.0/@cgi/*.m” doesn’t return anything, then 
the private version can be removed. Same for ...

        fgrep -n strsplit 
/usr/share/octave/packages/dataframe-1.1.0/@dataframe/*.m

        fgrep -n strsplit /usr/share/octave/packages/miscellaneous-1.2.1/*.m

Ben


thanks for the clarification.
I will just ignore those failures

Regards
Marco



reply via email to

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