UCAP-DeLuSiOn / luaforwindows

Automatically exported from code.google.com/p/luaforwindows
0 stars 0 forks source link

5.2 alpha can't compre objects with diff MT #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try this code:

local a=setmetatable({},{__eq=function return true end})
local b=setmetatable({},{__eq=function return true end})
print(a==b)

What is the expected output? What do you see instead?

Expected "true" got "false"

What version of the product are you using? On what operating system?

Lua 5.2 Alpha on Windows Vista.

Original issue reported on code.google.com by mikestar...@gmail.com on 16 Dec 2010 at 9:20

GoogleCodeExporter commented 8 years ago
This is not the place for this type of thing. This is only the install 
distrobution. Please send an email to the Lua-l mailing list 
(http://www.lua.org/lua-l.html). Thanks.

Original comment by rpusz...@gmail.com on 16 Dec 2010 at 8:45