diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-05-22 16:32:42 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-05-22 16:32:42 -0300 |
commit | 02aed045def21789f7adad29a11da75cae118e44 (patch) | |
tree | b710911d7089fab545c942f7c83b69da2c9c8a6c | |
parent | 72bd2ef6c5d9fd636b14e100b052f5afe6a73b16 (diff) | |
download | lua-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-- | 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 = [[ ]], |