mirror of
https://github.com/lua/lua.git
synced 2026-07-22 22:19:06 +00:00
8c8a91f2ef7acccb99e3737913faad8d48b39571
As hinted in the manual for Lua 5.3, the emulation of the metamethod for '__le' using '__le' has been deprecated. It is slow, complicates the logic, and it is easy to avoid this emulation by defining a proper '__le' function. Moreover, often this emulation was used wrongly, with a programmer assuming that an order is total when it is not (e.g., NaN in floating-point numbers).
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%