dibyendumajumdar/ravi

Incorrect handling of metamethods in Ravi table opcodes

Closed this issue · 1 comments

The test in events.lua failed at line 26 after the new opcode GETTABLE_SK was implemented, this led to the discovery that raviV_finishget() was making an assumption that metatables are tables. Fix was to use luaV_finishget() which should have been done anyway.

Resolved in 0.17