|
| From: | Muhali |
| Subject: | [Octave-bug-tracker] [bug #42500] Matlab loadpath includes private directories (II) |
| Date: | Tue, 03 Jun 2014 17:54:54 +0000 |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 |
URL:
<http://savannah.gnu.org/bugs/?42500>
Summary: Matlab loadpath includes private directories (II)
Project: GNU Octave
Submitted by: muhali
Submitted on: Tue 03 Jun 2014 10:54:53 AM PDT
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
Private directories are treated differently in matlab and octave. If in a
function a function is called wherein a file from the private directory is
loaded, this is recognized by matlab but not by octave, as in the following
example where foo.mat resides in private:
% fun.m
function y = fun()
foo;
end
% private/foo.m
function y = foo()
load foo.mat
end
See also bug#35697 <https://savannah.gnu.org/bugs/?35697>.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42500>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |