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

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

[Octave-bug-tracker] [bug #52980] clear in the caller workspace doesn't


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #52980] clear in the caller workspace doesn't clear all references to a variable.
Date: Sat, 27 Jan 2018 11:56:36 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

I see the issue, and I suspect that the problem is the way Octave implements
parameter passing by storing the parameter values in an array that is live for
the duration of the function call, then also assigning them to elements of the
function's symbol table.

It would be good to fix this problem but if I'm right about the reason, then
I'm not sure there is any simple way to do it.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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