On Tue, 22 Nov 2016, Sven Schreiber wrote:
Hi,
I can copy an array to a bundle, but cannot create it there right away. This
time I'm not sure whether it's a bug...
<hansl>
bundle bc = null
strings s = array(3)
strings bc.s = s
strings bc.s2 = array(2) # this fails
</hansl>
(Also fails with matrices array.)
One might say it's a missing feature, but I would say it's a bug.
Now fixed in git.
Allin