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

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

[Octave-bug-tracker] [bug #58296] Improve description of warning state


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #58296] Improve description of warning state
Date: Mon, 4 May 2020 15:46:25 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36

Follow-up Comment #7, bug #58296 (project octave):

As an example of my last comment, in version 3.6.4, this throws a warning:


>> PAGER = 'less'
warning: In recent versions of Octave, PAGER is a function instead
of a built-in variable.

By assigning to PAGER, you have created a variable that hides
the function PAGER. To remove the variable and restore the 
function, type "clear PAGER"



That specific message was the only use of the
"Octave:built-in-variable-assignment" warning ID.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58296>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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