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

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

[Octave-bug-tracker] [bug #33069] 'who' and/or 'clear' in caller workspa


From: Oliver Schwartz
Subject: [Octave-bug-tracker] [bug #33069] 'who' and/or 'clear' in caller workspace broken
Date: Thu, 14 Apr 2011 09:41:28 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27

URL:
  <http://savannah.gnu.org/bugs/?33069>

                 Summary: 'who' and/or 'clear' in caller workspace broken
                 Project: GNU Octave
            Submitted by: oschwartz
            Submitted on: Thu 14 Apr 2011 09:41:27 AM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Oliver Schwartz
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: Mac OS

    _______________________________________________________

Details:

Hi all,

if variables are assigned in the caller workspace, e.g.

evalin('caller', 'a=5');


then a subsequent 'clear' does not clear the workspace as expected, e.g. 

evalin('caller','clear');
evalin('caller','who')

will still list variable 'a'. 

Octave 3.0.5 does not show this behaviour. All octave 3.2 releases on all
plattforms that I've tested (Mac/ Windows) show this behaviour. 3.4.0 also
shows this behaviour, at least on Mac with the latest build from octave forge.
For reference I've attached the octave configuration on Mac.

I've also attached a small m-file that demonstrates the effect.

Kind regards,

Oliver





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 14 Apr 2011 09:41:27 AM GMT  Name: workspacetest.m  Size: 423B   By:
oschwartz

<http://savannah.gnu.org/bugs/download.php?file_id=23237>
-------------------------------------------------------
Date: Thu 14 Apr 2011 09:41:27 AM GMT  Name: octave_config.txt  Size: 6kB  
By: oschwartz

<http://savannah.gnu.org/bugs/download.php?file_id=23238>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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