|
| From: | Markus Mützel |
| Subject: | [Octave-bug-tracker] [bug #57439] handles to private functions may fail after "clear functions" |
| Date: | Sat, 8 Feb 2020 02:24:41 -0500 (EST) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0 |
Update of bug #57439 (project octave):
Status: Fixed => None
Open/Closed: Closed => Open
_______________________________________________________
Follow-up Comment #10:
Calling private functions in UNC shares seems to be broken indeed:
>> cd('\\SERVER\share\test')
>> addpath('a')
>> type a.m
a.m is the user-defined function defined from: \\SERVER\share\test\a\a.m
function a()
c;
end
>> type private/c.m
private/c.m is the user-defined function defined from:
\\SERVER\share\test\a\private/c.m
function c()
disp('c in a');
end
>> a
error: 'c' undefined near line 3, column 3
error: called from
a at line 3 column 1
Re-opening this bug for now. Or would it be better to open a new one for this
regression?
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57439>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |