Am 17.09.2019 um 00:21 schrieb Allin Cottrell:
On Sun, 15 Sep 2019, Sven Schreiber wrote:
> Would it be so difficult to restore the row/col information?
Not really. That's now in git. Example:
<hansl>
bundle b = defbundle("m", zeros(2,0))
bwrite(b, "testbun.xml")
bundle br = bread("testbun.xml")
eval br.m
</hansl>
Thanks Allin! Of course I still need my workarounds in the package to be
compatible with some existing releases of gretl, but it's good
especially for future MPI usage with bundle transfers.
cheers
sven