Roberto Ierusalimschy
f645d31573
To-be-closed variables must be closed on initialization
...
When initializing a to-be-closed variable, check whether it has a
'__close' metamethod (or is a false value) and raise an error if
if it hasn't. This produces more accurate error messages. (The
check before closing still need to be done: in the C API, the value
is not constant; and the object may lose its '__close' metamethod
during the block.)
2019-07-31 10:43:51 -03:00
..
2019-07-18 15:31:22 -03:00
2019-07-17 16:00:24 -03:00
2019-07-31 10:43:51 -03:00
2019-05-03 10:36:19 -03:00
2018-07-25 15:31:04 -03:00
2018-10-22 15:20:07 -03:00
2018-07-09 12:33:01 -03:00
2019-06-25 17:45:50 -03:00
2018-11-01 13:21:00 -03:00
2019-07-30 12:18:19 -03:00
2019-07-30 12:18:19 -03:00
2019-07-30 12:18:19 -03:00
2019-06-26 13:26:36 -03:00
2019-07-19 13:14:06 -03:00
2019-06-18 16:52:22 -03:00
2019-07-26 14:59:39 -03:00
2019-07-30 12:18:19 -03:00
2019-07-18 15:31:22 -03:00
2018-07-25 15:31:04 -03:00
2019-07-30 12:18:19 -03:00
2018-12-14 13:49:02 -02:00
2019-04-09 18:40:39 -03:00
2019-07-31 10:43:51 -03:00
2019-07-30 13:48:40 -03:00
2019-07-30 12:18:19 -03:00
2019-07-25 13:55:29 -03:00
2019-06-21 10:46:41 -03:00
2019-04-11 11:29:16 -03:00
2018-07-25 15:31:04 -03:00
2019-07-30 12:18:19 -03:00
2019-01-08 14:22:32 -02:00
2019-04-04 16:31:24 -03:00
2018-07-25 15:31:04 -03:00
2018-07-25 15:31:04 -03:00