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

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

[Octave-bug-tracker] [bug #32152] Changes to subfunctions take effect on


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #32152] Changes to subfunctions take effect only after 2nd execution if accessed as anonymous function.
Date: Sat, 07 Dec 2013 11:15:10 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

Follow-up Comment #3, bug #32152 (project octave):

Can't reproduce on a current dev tip (e3511cec60a0). After changing/saving
test_reread.m the subfunction is properly updated:


>> cd /tmp
>> f = test_reread ();
>> f ()
 1
>> ## Change the printed value in subfunction
>> f = test_reread ();
>> f ()
 2


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32152>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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