On Wed, 7 Oct 2015, Artur Tarassow wrote:
Thank you, Allin!
Am 7. Oktober 2015 18:29:42 MESZ, schrieb Allin Cottrell <cottrell(a)wfu.edu>:
> On Wed, 7 Oct 2015, Artur T. wrote:
>
>> Dear all,
>>
>> the following code using the gretl cvs from 29.9.2015 on Win7
>> results in a crash [...]
Actually there's something to watch out for here, though I don't think
we have other instances that will provoke a crash.
The issue is, what should happen when you pass a null list to a
function that takes a list argument and returns a list? It seems that
right answer should be "null in, null out": you get an empty list on
return, rather than an error message. But I'm not sure that all
our functions work that way.
Allin