You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please pardon my bluntness. My lua foo isn't that strong and what I have is fairly rusty. I had to look in my pil books and the reference manuals to refresh my memory about metamethods.
lua/plenary/enum.lua, line 67: lua supports three relational metamethods, __eq, __lt, and __le. As I understand it, the Variant:__gt function will not be recognized by lua.
The text was updated successfully, but these errors were encountered:
Please pardon my bluntness. My lua foo isn't that strong and what I have is fairly rusty. I had to look in my pil books and the reference manuals to refresh my memory about metamethods.
lua/plenary/enum.lua, line 67: lua supports three relational metamethods, __eq, __lt, and __le. As I understand it, the Variant:__gt function will not be recognized by lua.
The text was updated successfully, but these errors were encountered: