lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


In case of memory error best solution is abort execution ( terminate process )

пт, 28 июн. 2019 г. в 17:48, Roberto Ierusalimschy <roberto@inf.puc-rio.br>:
>
> > Why we need extra functionality if it could be done with existing one?
> >
> > [...]
> >     local f=auto(io.close){ io.open "foobar" } -- will be closed
>
> It won't, if the table creation raises a memory error.
>
> -- Roberto
>