Am 23.09.2025 um 16:57 schrieb Sven Schreiber:
Am 23.09.2025 um 16:39 schrieb Cottrell, Allin:
>
> git. BTW here's a minimal case that exhibited the problem but now
> works OK:
>
> <hansl>
> function void bugtest (series *e)
> e = normal()
> end function
>
> nulldata 10
> series e
> loop 2
> bugtest(&e)
> endloop
> eval getinfo(e).description
> </hansl>
.. I guess the expected value for the description in your example is
"normal()" -- to turn it into a test script, I mean.
@Artur: I know this is an old thread, but could I motivate you to add
this case to the official collection? As I wrote before (and just
verified with a recent snapshot), what we want as the result of the last
line in the script is the string "normal()".
thanks
sven