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

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

[Octave-bug-tracker] [bug #51688] support for "import" keyword


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #51688] support for "import" keyword
Date: Wed, 9 Aug 2017 17:07:14 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #12, bug #51688 (project octave):

Someone could test whether newly created functions are automatically imported
if they match a previously executed import command.

For example


>> mypackage.func1  %% let's say this is an existing function
>> import mypackage.*
>> func1   %% should do the same as above


%% now create a new function +mypackage/func2.m
>> func2   %% does this find the new function?



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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