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

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

[Octave-bug-tracker] [bug #44856] impossible to nest one package inside


From: sergey plotnikov
Subject: [Octave-bug-tracker] [bug #44856] impossible to nest one package inside another
Date: Thu, 16 Apr 2015 14:37:43 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0

URL:
  <http://savannah.gnu.org/bugs/?44856>

                 Summary: impossible to nest one package inside another
                 Project: GNU Octave
            Submitted by: nul0m
            Submitted on: Thu 16 Apr 2015 02:37:42 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0-rc3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

For some reason I'm not able to call a script from the package folder nested
inside another package (i.e. +pkg1/+pkg2/myfun.m). It used to work in previous
compilations of default branch.

Here is the example:

>> pkg1.s1
s1 was called
>> pkg1.pkg2.s2
error: member `pkg2' in package `pkg1' does not exist


content of +pkg1/s1.m:

disp('s1 was called');


content of +pkg1/+pkg2/s2.m:

disp('s2 was called');





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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