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

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

[Octave-bug-tracker] [bug #46522] clear all does not fix shadowed "help"


From: Rik
Subject: [Octave-bug-tracker] [bug #46522] clear all does not fix shadowed "help"
Date: Wed, 25 Nov 2015 04:26:33 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Update of bug #46522 (project octave):

              Item Group:        Incorrect Result => Regression             
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

Confirmed.  This is actually a regression.  I had to go back to version 3.6.4
to find where Octave behaved correctly.

More details: It seems to only affect the command form of the keyword in
question.  If the identifier is used with function syntax then it works
correctly.

The sample code below works.


help = 1;
clear all;
help ("ls")  # works
help ls      # fails




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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