aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-12-06 15:09:00 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-12-06 15:09:00 -0200
commitcc4a22ebe28c5d09566facde05840ddf42778eac (patch)
tree3c7b30728c9c819c04eeddb5558902236f3fecde /bugs
parentacf62ddfbe1163f7cc1ab463842fb6a1b6aba8fe (diff)
downloadlua-cc4a22ebe28c5d09566facde05840ddf42778eac.tar.gz
lua-cc4a22ebe28c5d09566facde05840ddf42778eac.tar.bz2
lua-cc4a22ebe28c5d09566facde05840ddf42778eac.zip
bug: scope of generic for variables is not sound
Diffstat (limited to 'bugs')
-rw-r--r--bugs5
1 files changed, 5 insertions, 0 deletions
diff --git a/bugs b/bugs
index 5a2fd9d7..d2c29bb8 100644
--- a/bugs
+++ b/bugs
@@ -298,3 +298,8 @@ Fri Aug 30 13:49:14 EST 2002
298>> userdata may not be cleared properly 298>> userdata may not be cleared properly
299(by Roberto; since 5.0a) 299(by Roberto; since 5.0a)
300 300
301** lparser.c
302Fri Dec 6 17:06:40 UTC 2002
303>> scope of generic for variables is not sound
304(by Gavin Wraith; since 5.0a)
305