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

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

[Octave-bug-tracker] [bug #53601] Class method access lists do not need


From: Rik
Subject: [Octave-bug-tracker] [bug #53601] Class method access lists do not need to be cell arrays for single items.
Date: Wed, 11 Apr 2018 19:47:03 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53601 (project octave):

                  Status:                    None => Fixed                  

    _______________________________________________________

Follow-up Comment #1:

The check_access function is looking for a string or a cell array of
metaclasses.  Another workaround is to put the single metaclass in quotes to
make it a string like so


     methods (Access = "?testMethodAccess2")


However, I also modified the function to accept a single metaclass object. 
The included example now works.  See
http://hg.savannah.gnu.org/hgweb/octave/rev/22ece7843499.

Marking as fixed and closing report.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53601>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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