diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-09-03 12:37:10 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-09-03 12:37:10 -0300 |
| commit | aeff4f79fa10caef29617652aa49b77055f4045e (patch) | |
| tree | 8f411b76c7c0b496c01224a36852ed38527dba3d /bugs | |
| parent | 1bf4faec64aca03e1036235e72675f0617124140 (diff) | |
| download | lua-aeff4f79fa10caef29617652aa49b77055f4045e.tar.gz lua-aeff4f79fa10caef29617652aa49b77055f4045e.tar.bz2 lua-aeff4f79fa10caef29617652aa49b77055f4045e.zip | |
local collection now calls finalizers
Diffstat (limited to 'bugs')
| -rw-r--r-- | bugs | 19 |
1 files changed, 16 insertions, 3 deletions
| @@ -1880,8 +1880,8 @@ patch = [[ | |||
| 1880 | +++ lundump.c 2008/04/04 19:51:41 2.7.1.4 | 1880 | +++ lundump.c 2008/04/04 19:51:41 2.7.1.4 |
| 1881 | @@ -1,5 +1,5 @@ | 1881 | @@ -1,5 +1,5 @@ |
| 1882 | /* | 1882 | /* |
| 1883 | -** $Id: bugs,v 1.125 2013/07/05 18:02:28 roberto Exp roberto $ | 1883 | -** $Id: bugs,v 1.126 2013/08/30 15:51:12 roberto Exp roberto $ |
| 1884 | +** $Id: bugs,v 1.125 2013/07/05 18:02:28 roberto Exp roberto $ | 1884 | +** $Id: bugs,v 1.126 2013/08/30 15:51:12 roberto Exp roberto $ |
| 1885 | ** load precompiled Lua chunks | 1885 | ** load precompiled Lua chunks |
| 1886 | ** See Copyright Notice in lua.h | 1886 | ** See Copyright Notice in lua.h |
| 1887 | */ | 1887 | */ |
| @@ -3133,7 +3133,20 @@ patch = [[ | |||
| 3133 | return ts; | 3133 | return ts; |
| 3134 | ]] | 3134 | ]] |
| 3135 | } | 3135 | } |
| 3136 | ]=] | 3136 | ] |
| 3137 | |||
| 3138 | |||
| 3139 | Bug{ | ||
| 3140 | what = [[Call to macro 'luai_userstateclose' should be done only | ||
| 3141 | after the calls to __gc methods.]], | ||
| 3142 | report = [[Jean-Luc Jumpertz, 2013/09/02]], | ||
| 3143 | since = [[ ]], | ||
| 3144 | fix = nil, | ||
| 3145 | example = [[No example]], | ||
| 3146 | patch = [[ | ||
| 3147 | ]] | ||
| 3148 | } | ||
| 3149 | ]=]=] | ||
| 3137 | 3150 | ||
| 3138 | 3151 | ||
| 3139 | --[=[ | 3152 | --[=[ |
