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

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

[Octave-bug-tracker] [bug #59439] function handles should be able to rel


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59439] function handles should be able to reload subfunctions
Date: Tue, 10 Nov 2020 12:01:28 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36 Edg/86.0.622.63

Follow-up Comment #4, bug #59439 (project octave):

With Matlab R2020b:

>> clear all
>> fh = foo ();
>> fh ();
initializing foosuba:val
foosuba
initializing foosubb:val
foosubb
>> fh ();
initializing foosuba:val
foosuba
initializing foosubb:val
foosubb
uncomment this line
>> clear functions
>> fh ();
initializing foosuba:val
foosuba
initializing foosubb:val
foosubb
uncomment this line



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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