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

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

[Octave-bug-tracker] [bug #58012] isprop() and fieldnames() not Matlab-c


From: Rik
Subject: [Octave-bug-tracker] [bug #58012] isprop() and fieldnames() not Matlab-compatible for private or hidden properties
Date: Thu, 26 Mar 2020 17:54:12 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #58012 (project octave):

                  Status:                   Fixed => Confirmed              
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #5:

Oops.  Old-style class objects are rare enough that they didn't get tested.

Test case


octave:1> o = ftp
o =

  FTP object
    host: 
    user: anonymous
     dir: 
    mode: binary

octave:2> fieldnames (o)
error: invalid class: ftp
error: called from
    fieldnames at line 55 column 11


Re-opening the bug report.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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