Am 03.03.2021 14:23 schrieb Allin Cottrell:
On Wed, 3 Mar 2021, atecon wrote:
> with latest git version under Ubuntu 18.04 I obtain a crash when
> running the following script:
>
> <hansl>
> clear
> set verbose off
>
> function void simple (const int N[2::])
> print "very simple"
> end function
>
> simple(1)
> </hansl>
Ah, I think this was a newly introduced bug, specific to tearing down
an invalid function call (in this case an out-of-bounds argument).
That's now fixed in git.
Thank you, Allin. Works as intended now.
Artur