|
| From: | Doug Stewart |
| Subject: | [Octave-bug-tracker] [bug #52071] reporting functions that shadow a core library function is inconsistent. |
| Date: | Wed, 20 Sep 2017 09:02:31 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?52071>
Summary: reporting functions that shadow a core library
function is inconsistent.
Project: GNU Octave
Submitted by: dastew
Submitted on: Wed 20 Sep 2017 01:02:30 PM UTC
Category: GUI
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Missed Error or Warning
Status: None
Assigned to: None
Originator Name: Doug Stewart
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.2.1
Operating System: GNU/Linux
_______________________________________________________
Details:
Whe warning "function foo.m shadows a core library function"
is missing for some circumstances.
The following statements assumes that there is a function "flip.m" that
shadows a core library function.
1)
When starting octave with "octave-cli" It checks the pwd for any function
that shadows and reports it at start up.
When starting octave with "octave" (run GUI) there is no warning.
2)
Running octave-cli and then addpath to a folder that has "flip.m" octave then
gives a warning.
Running octave-cli and then CD to a folder that has "flip.m" and no warning is
given.
3)
Running GUI and CD or addpath there is no warning issued.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52071>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |