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

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

[Octave-bug-tracker] [bug #47763] load: function handle to user function


From: Piotr Held
Subject: [Octave-bug-tracker] [bug #47763] load: function handle to user function uses full path, should just search load path
Date: Thu, 31 Aug 2017 20:18:37 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36

Follow-up Comment #8, bug #47763 (project octave):

This behavior doesn't seem to be limited to loading function handles. Creating
the function handle 'f' with simply


f = @foo;
 

yields same results as loading it from file. If created without 'foo' in load
path the resulting handle has no file associated with it and is always lazily
evaluated. If 'foo' is in path during creation then 'foo' is eagerly assigned
to 'f' and can be called even if 'foo' is not in the load-path anymore. 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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