octave-maintainers
[Top][All Lists]
Advanced

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

Re: classdef


From: Michael Goffioul
Subject: Re: classdef
Date: Thu, 12 Sep 2013 08:53:29 -0400

On Thu, Sep 12, 2013 at 5:40 AM, Richard Crozier <address@hidden> wrote:
Hello,

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

temp = [ aclass(), aclass() ]

There's partial support for array of objects, but concatenation like the above is not supported yet. You can create an array with something like:

temp(1,2) = aclass()
 
or should I file a bug report?

You can file a bug report, but I prefer to have report about actual bugs, that means something that is really implemented. Personally, I don't see a big value in filing bug about unimplemented feature for work-in-progress.
 
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?

No. That's a (valid) bug, because it should work fine. Maybe related to recent changes in the parser.

Michael.


reply via email to

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