octave-maintainers
[Top][All Lists]
Advanced

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

Re: classdef


From: John W. Eaton
Subject: Re: classdef
Date: Thu, 12 Sep 2013 06:53:04 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

On 09/12/2013 05:40 AM, Richard Crozier wrote:
Hello,

Is it a known failure that arrays of classdef classes are not yet
possible, e.g.

temp = [ aclass(), aclass() ]

or should I file a bug report?

p.s. I have also just filed a bug report (#40008) for parsing failure of
classes with empty properties, I assumed this wasn't known?

If you look at ov-classdef.h you'll see that class array objects are intended to be implemented. Obviously it is incomplete. I'm also not sure that Array<scalar-classdef-object> is the right thing to do. Would you like to help fix these problems?

jwe



reply via email to

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