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
ah, I stepped in this too with lua_equal in #118. I think there's a valid case to be made either way... I think maybe it's correct to push the complexity introduced by inconsistencies between versions onto users—if they want to support compiling against different Lua versions, they should be aware that they're opening themselves up to real differences in behavior?
How much should we cover up the differences between Lua versions?
lua_len
isn't available in Lua 5.1. ShouldLua.len()
support this by calling rawLen or objlen?The text was updated successfully, but these errors were encountered: