From 02aed045def21789f7adad29a11da75cae118e44 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 22 May 2015 16:32:42 -0300 Subject: [PATCH] bug: return hook may not see correct values for active local variables when function returns --- bugs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/bugs b/bugs index 51cca66c..a11a5550 100644 --- 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 = [[ ]],