Am 10.07.2023 um 19:18 schrieb Sven Schreiber:
I'm seeing the following reproducible crash on Windows 10 on a
snapshot from May. (Later I will test on a newer snapshot, but maybe
someone can reproduce this.)
Here's a pretty minimal example:
<hansl-crash>
function matrix f (string name[null])
print "hello"
return I(2)
end function
f()
f("aha")
</hansl-crash>
Just a quick confirmation that in the July-14th snapshot this is fixed.
thanks
sven