bug: record-constructor starting with an upvalue name gets an error

This commit is contained in:
Roberto Ierusalimschy
2000-05-24 15:04:17 -03:00
parent ef62b340e0
commit 677313da32
5 changed files with 183 additions and 174 deletions

8
bugs
View File

@@ -179,4 +179,12 @@ Tue May 2 15:27:58 EST 2000
** lparser.c
Fri May 12 15:11:12 EST 2000
>> first element in a list constructor is not adjusted to one value
>> (e.g. <20>a = {gsub('a','a','')}<7D>)
(by Tomas; since 4.0a)
** lparser.c
Wed May 24 14:50:16 EST 2000
>> record-constructor starting with an upvalue name gets an error
>> (e.g. <20>local a; function f() x = {a=1} end<6E>)
(by Edgar Toernig; since 3.1)