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: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #45444] Private functions inside namespace and class directories
Date: Wed, 28 Jun 2017 14:41:50 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36

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


Checking on Win-7, using dev version


>> __octave_config_info__ ("hg_id")
ans = 315a3dcc229c
>> cd class_file
>> myclass_test
error: called from
    call at line 35 column 25
    myclass_test at line 74 column 1
error: index (117): out of bound 15


The problem is that in line 133 of myclass.m 
function ret = static_function(varargin)

varargin is {}(0x0) but in the calling function it is 'local_function'




    _______________________________________________________

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]