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: Mike Miller
Subject: [Octave-bug-tracker] [bug #44856] impossible to nest one package inside another
Date: Sun, 19 Apr 2015 22:05:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 Iceweasel/35.0.1

Follow-up Comment #5, bug #44856 (project octave):

Ok, thanks, I missed the earlier commit that broke package namespaces. You are
exactly right, before cset 8fe29850fb74, the following works:


octave:2> foo.fun1
fun1 called
octave:3> foo.bar.fun2
fun2 called


After that cset, both fail to find the respective functions, and after
8b501a0db1e9 is as today, a package within another package doesn't work.

    _______________________________________________________

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]