lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 02aed045def21789f7adad29a11da75cae118e44
parent 72bd2ef6c5d9fd636b14e100b052f5afe6a73b16
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Fri, 22 May 2015 16:32:17 -0300

bug: return hook may not see correct values for active local variables
when function returns

Diffstat:
Mbugs | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/bugs b/bugs @@ -3443,6 +3443,19 @@ patch = [[ } +Bug{ +what = [[return hook may not see correct values for + active local variables when function returns]], +report = [[Philipp Janda/Peng Yi, 2015/05/19]], +since = [[5.0]], +fix = nil, +example = [[ +see messasge http://lua-users.org/lists/lua-l/2015-05/msg00376.html]], +patch = [[ +]] +} + + --[=[ Bug{ what = [[ ]],