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 09:20:09 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

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

"So it looks like if a function handle is created "lazy" it will always be
lazy (and never "fix" to a certain function)."

Markus: Does that also happen if you call "functions (fh)" or is this "fixing"
of the function to the handle something that only happens when the function is
called?  Given the functions described in comment #8, try starting in the
top-level directory and then do


hf = @fcn
cd a
functions (hf)
cd ../b
hf ()   %% A or B?


    _______________________________________________________

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]