Closed GoogleCodeExporter closed 9 years ago
I think the issue is that either self is not in the correct place on the object
stack, or the top of the object stack is pointing to the wrong place. I did a
little
debugging and found that the table that self references is there but at
location 10
while the interpreter is trying to find it at location 4 or something (i don't
remember the exact locations).
Original comment by KevinRLu...@gmail.com
on 16 Nov 2008 at 8:24
I can also confirm that this is a bug in the latest source.
I'll investigate it further.
Thanks for the bug report!
Original comment by kristofer.karlsson@gmail.com
on 18 Nov 2008 at 8:27
I have now commited a minimal test case that verifies this bug. The bug is that
the
metaoperation __call does not add the caller as the first argument.
This will be fixed ASAP, within the next few days.
Original comment by kristofer.karlsson@gmail.com
on 18 Nov 2008 at 12:12
This is now fixed in the latest svn revision 108!
Original comment by kristofer.karlsson@gmail.com
on 19 Nov 2008 at 2:17
Original comment by kristofer.karlsson@gmail.com
on 19 Nov 2008 at 3:51
Original issue reported on code.google.com by
tekken....@gmail.com
on 14 Nov 2008 at 9:40Attachments: