mirror of https://github.com/rusefi/lua.git
bug: return hook may not see correct values for active local variables
when function returns
This commit is contained in:
parent
72bd2ef6c5
commit
02aed045de
13
bugs
13
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 = [[ ]],
|
||||
|
|
Loading…
Reference in New Issue