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

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

[Octave-bug-tracker] [bug #52071] reporting functions that shadow a core


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #52071] reporting functions that shadow a core library function is inconsistent.
Date: Wed, 20 Sep 2017 15:04:13 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #52071 (project octave):

                Category:                     GUI => Interpreter            

    _______________________________________________________

Follow-up Comment #1:

I do see a warning when the GUI starts, and also when using addpath in the
GUI. So I don't see any difference between command-line and GUI with regards
to this behavior. The difference only has to do with how the function override
is added to the path.

1. chdir(dir) or cd(dir) → no warning
2. addpath(dir) → warning
3. start Octave in dir → warning
4. start Octave with --path $dir option → no warning

However, if the override is a compiled builtin, for example "exp" instead of
"flip", then a warning *is* issued when the --path option is given. This
probably has to do with the order of path initialization and of initial
scanning of m-files and oct-files in the load path.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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