On Wed, 7 Jan 2015, Logan Kelly wrote:
The following script fails on gretl cvs build date 2015-01-07
running on Win 7 64 bit while the example code in help works fine.
[...]
loop i = 1.. 10
SeriesName = sprintf("test%d",i)
list1 += genseries(SeriesName, x * y)
endloop
This idiom will now work OK. (It's no longer necessary to quote the
expression "x * y", the workaround I mentioned yesterday.)
Also, I cannot figure out how to reliably replicate this. But
sometimes gretl terminates unexpectedly on the second time a script
is run when something (I am not sure what) is wrong with a
genseries() call.
In looking into this I found a possible cause of flakiness in
genseries(), which should also be fixed now (CVS and snapshots).
Allin