aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-05-22 16:32:42 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-05-22 16:32:42 -0300
commit02aed045def21789f7adad29a11da75cae118e44 (patch)
treeb710911d7089fab545c942f7c83b69da2c9c8a6c
parent72bd2ef6c5d9fd636b14e100b052f5afe6a73b16 (diff)
downloadlua-02aed045def21789f7adad29a11da75cae118e44.tar.gz
lua-02aed045def21789f7adad29a11da75cae118e44.tar.bz2
lua-02aed045def21789f7adad29a11da75cae118e44.zip
bug: return hook may not see correct values for active local variables
when function returns
-rw-r--r--bugs13
1 files changed, 13 insertions, 0 deletions
diff --git a/bugs b/bugs
index 51cca66c..a11a5550 100644
--- a/bugs
+++ b/bugs
@@ -3443,6 +3443,19 @@ patch = [[
3443} 3443}
3444 3444
3445 3445
3446Bug{
3447what = [[return hook may not see correct values for
3448 active local variables when function returns]],
3449report = [[Philipp Janda/Peng Yi, 2015/05/19]],
3450since = [[5.0]],
3451fix = nil,
3452example = [[
3453see messasge http://lua-users.org/lists/lua-l/2015-05/msg00376.html]],
3454patch = [[
3455]]
3456}
3457
3458
3446--[=[ 3459--[=[
3447Bug{ 3460Bug{
3448what = [[ ]], 3461what = [[ ]],