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

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

[Octave-bug-tracker] [bug #59451] Function handles become invalid if pat


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #59451] Function handles become invalid if path to function is removed
Date: Fri, 13 Nov 2020 13:39:32 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #17, bug #59451 (project octave):

OK.

What happens if you move the @single and @double directories down one level so
they are hidden at the time the function handle is created?  So do


mkdir foo
rename @double foo/@double
rename @single foo/@single


and then in the fhtst.m script, cd to the new foo directory *after* fh = @fcn
is created?  Is FH bound to the fcn.m in the top directory or does it respect
the overloads at that point?

If it picks up the overloads, then I'm wondering whether that is some kind of
function call thing that we have fundamentally "wrong" in Octave.  Ugh.

If the description above isn't clear, then I'll create a new tar file with
exactly the file layout that I mean and the tests to run.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59451>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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