[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: __close: presence and time of evaluation
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 7 Oct 2019 11:28:32 -0300
> Regardless, the current behavior with respect to the presence and time of
> evaluation of __close seems unnecessarily complicated. Can you explain what
> is gained by having to check the validity of __close twice? [...]
In our (short) experience, the check in the initialization detects
several mistakes in the code and gives clearer error messages.
-- Roberto