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

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

[Octave-bug-tracker] [bug #35697] Matlab loadpath includes private direc


From: Muhali
Subject: [Octave-bug-tracker] [bug #35697] Matlab loadpath includes private directories
Date: Fri, 09 May 2014 10:40:16 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #3, bug #35697 (project octave):

The fix works only when the loading is done from within the main directory
(where fun.m resides). If a private function 'foo' is doing the loading, it
doesn't work. Hence,


% /tmp/foo/fun.m
function y = fun()
   foo;
end



% /tmp/foo/private/foo.m
function y = foo()
   load foo.mat
end


works in ML but not in octave.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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