diff options
-rw-r--r-- | bugs | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -3443,6 +3443,19 @@ patch = [[ | |||
3443 | } | 3443 | } |
3444 | 3444 | ||
3445 | 3445 | ||
3446 | Bug{ | ||
3447 | what = [[return hook may not see correct values for | ||
3448 | active local variables when function returns]], | ||
3449 | report = [[Philipp Janda/Peng Yi, 2015/05/19]], | ||
3450 | since = [[5.0]], | ||
3451 | fix = nil, | ||
3452 | example = [[ | ||
3453 | see messasge http://lua-users.org/lists/lua-l/2015-05/msg00376.html]], | ||
3454 | patch = [[ | ||
3455 | ]] | ||
3456 | } | ||
3457 | |||
3458 | |||
3446 | --[=[ | 3459 | --[=[ |
3447 | Bug{ | 3460 | Bug{ |
3448 | what = [[ ]], | 3461 | what = [[ ]], |