octave-maintainers
[Top][All Lists]
Advanced

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

4.0.0-rc1 -- issue with class


From: CdeMills
Subject: 4.0.0-rc1 -- issue with class
Date: Sat, 18 Apr 2015 03:43:15 -0700 (PDT)

Hello,

I ran the extended tests of the dataframe package under 4.0.0-rc1 (fedora 21
/ x86_64)
Under 3.8.2, the following construct was legal:
 x=dataframe(randn(3, 3));
x.types(2) ='single'

The purpose being to change the storage size for the second column. This
operation was handled inside @dataframe/subsasgn

Under 4.0.0-rc1, 
1) this fails with
error: a cs-list cannot be further indexed
error: invalid assignment to cs-list outside multiple assignment
2) subsasgn is not called at all.

Should something be changed in the code w.r.t 4.0.0 ? Is this a known issue
?

Regards

Pascal



--
View this message in context: 
http://octave.1599824.n4.nabble.com/4-0-0-rc1-issue-with-class-tp4669918.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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