浏览代码

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

Roberto Ierusalimschy 10 年之前
父节点
当前提交
02aed045de
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      bugs

+ 13 - 0
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 = [[ ]],