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: Carnë Draug
Subject: [Octave-bug-tracker] [bug #45444] Private functions inside namespace and class directories
Date: Tue, 30 Jun 2015 16:33:43 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.7.0

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

I can't reproduce this for @class folders:


$ cat playground/@foo/foo.m 
function foo ()
  disp ("Calling foo constructor");
  baz ();
endfunction
$ cat playground/@foo/private/baz.m 
function baz ()
  disp ("baz was called");
endfunction
$ octave
octave-gui:1> addpath ("/home/carandraug/playground")
octave-gui:2> foo ()
Calling foo constructor
baz was called


    _______________________________________________________

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]