RE: Closing the Lua state before exiting
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: Closing the Lua state before exiting
- From: Thijs Schreijer <thijs@...>
- Date: 2015年2月10日 16:11:58 +0000
> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
> Behalf Of Dirk Laurie
> Sent: maandag 9 februari 2015 6:54
> To: Lua mailing list
> Subject: Closing the Lua state before exiting
>
> The manual for `os.exit` states:
>
> If the optional second argument close is true, closes the Lua state before
> exiting.
>
> 1. Why would one want to do this?
> 2. Why would one not want to to do this every time?
Well, here's a coincidenc; posted yesterday
https://github.com/Olivine-Labs/busted/issues/332
Thijs