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

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

[Octave-bug-tracker] [bug #45444] Private functions inside namespace and


From: Amro
Subject: [Octave-bug-tracker] [bug #45444] Private functions inside namespace and class directories
Date: Mon, 3 Jul 2017 11:36:35 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #12, bug #45444 (project octave):

So the issue I mentioned about "obj.method()" vs. "method(obj)" is probably
related to the use of the "end" keyword in the expression. For example:


obj.method_function(varargin{2:end});


is not parsed correctly. While this works:


method_function(obj, varargin{2:end});


I can see it's been reported before: https://savannah.gnu.org/bugs/?50716


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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