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

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

[Octave-bug-tracker] [bug #59304] exist() does not find a class inside @


From: Rik
Subject: [Octave-bug-tracker] [bug #59304] exist() does not find a class inside @class directory
Date: Mon, 19 Oct 2020 17:28:13 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36

Update of bug #59304 (project octave):

                  Status:                    None => Confirmed              
        Operating System:                  Mac OS => Any                    
                 Summary: exist() does not find myclass inside @myclass
directory => exist() does not find a class inside @class directory

    _______________________________________________________

Follow-up Comment #1:

Confirmed.

A simpler example is just to use the @ftp class which is shipped with Octave.


which ftp
'ftp' is a function from the file
/home/rik/wip/Projects_Mine/octave-dev/scripts/@ftp/ftp.m

exist ('ftp')
ans = 0

exist ('@ftp/ftp')
ans = 2


Re-titling to be a bit more general, and noting that this affects all
operating systems.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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