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

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

[Octave-bug-tracker] [bug #61673] classdef - (Access = hidden) results i


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #61673] classdef - (Access = hidden) results in spurious figure window
Date: Wed, 15 Dec 2021 11:57:22 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #14, bug #61673 (project octave):

RE: Comment #12.  Currently, Octave parses an attribute specification as one
of


identifier
identfier '=' expression
EXPR_NOT identifier


Unless there is something else that should be allowed, that probably doesn't
need to change, unless Matlab allows things like


methods (some + arbitrary + expression)
end


without error or warning.

Either way, validating the attribute expression can be deferred until the
classdef object is finally constructed.  It doesn't need to happen when the
syntax is initially parsed.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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