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

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

[Octave-bug-tracker] [bug #34497] 'clear -f' does not work for command l


From: Rik
Subject: [Octave-bug-tracker] [bug #34497] 'clear -f' does not work for command line functions
Date: Thu, 06 Oct 2011 18:18:52 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

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

                 Summary: 'clear -f' does not work for command line functions
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 06 Oct 2011 11:18:51 AM PDT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This is a regression that happened between versions 3.0.5 and 3.2.3.

The following code fragment demonstrates the issue


function y = junk (x)
  y = sin (x);
endfunction
which junk
junk (1)
clear -f junk
which junk
junk (2)
clear -all
which junk
junk (3)






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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