Elias Mårtenson
2017-03-29 05:29:05 UTC
When displaying an index error, the error message doesn't take âIO into
account.
To reproduce:
* x â â³10*
* x[0]*
INDEX ERROR+
x[0]
^^
* )more*
âIO=1 offending index=-1 max index=10
The offending index should be 0 here.
Regards,
Elias
account.
To reproduce:
* x â â³10*
* x[0]*
INDEX ERROR+
x[0]
^^
* )more*
âIO=1 offending index=-1 max index=10
The offending index should be 0 here.
Regards,
Elias