26 Aug
2012
26 Aug
'12
5:40 p.m.
On Aug 26, 2012, at 18:40, Pascal Costanza <pc@p-cos.net> wrote:
The reason for the confusing error message seems to be that the error message gives instance.slots.length as an upper bound, but I think it should give instance.slots.length-1.
Fixed, thanks. If the object has no slots at all, I opted to report a program-error instead of a type-error which wants an (integer 0 -1). Rudi