Time Nick Message 23:27 MTDiscord https://github.com/minetest/minetest/pull/11427 could use some attention 23:38 erlehmann luatic i am really curious about the support for circular references. where is that used? 23:40 erlehmann luatic i think the comment “-- math.huge is serialized to inf, 0/0 is serialized to -nan” does not match the next line, which says “local env = {inf = math_huge, nan = 0/0}” 23:41 erlehmann i mean 0/0 is -nan, but should the variable then not have a different name? 23:44 erlehmann oh, i see 23:46 erlehmann luatic i do not understand the sign bit in the nan serialization. does lua do anything interesting with it?