octave-maintainers
[Top][All Lists]
Advanced

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

Re: need info about containing package info in class metadata in Matlab


From: John W. Eaton
Subject: Re: need info about containing package info in class metadata in Matlab
Date: Wed, 20 Feb 2019 17:53:23 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

On 2/19/19 3:53 PM, John W. Eaton wrote:
On 2/19/19 3:17 PM, Nicholas Jankowski wrote:

 >> x.ContainingPackage.ContainingPackage
ans =
   package with properties:
                    Name: 'apkg.bpkg'
             Description: ''
     DetailedDescription: ''
               ClassList: [0×1 meta.class]
            FunctionList: [0×1 meta.method]
             PackageList: [1×1 meta.package]
       ContainingPackage: [1×1 meta.package]

 >> x.ContainingPackage.ContainingPackage.Name <http://x.ContainingPackage.ContainingPackage.Name>
ans =
     'apkg.bpkg'

Thanks, I will try to fix Octave to match these results.

I pushed the following changesets to print property info by default for classdef objects and to fix the containing package info:

  http://hg.savannah.gnu.org/hgweb/octave/rev/2c4ad1958cab
  http://hg.savannah.gnu.org/hgweb/octave/rev/f3523eb55791

jwe




reply via email to

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