summaryrefslogtreecommitdiff
path: root/builtin/common/tests/serialize_spec.lua
Commit message (Collapse)AuthorAge
* Builtin: Redo serialize.lua (#11427)Lars Müller2022-06-11
| | | | | | | | | Features: * Support for arbitrary references, including self-referencing * Short output, references "long" strings as a bonus * Around the same speed, potentially slower if long, short keys are present * Properly works with NaN and inf
* Store vector metatable in registryJude Melton-Houghton2022-03-29
|
* Add metatables to lua vectors (#11039)DS2021-06-04
| | | Add backwards-compatible metatable functions for vectors.
* minetest.serialize: Reversible number serialization (#9722)HybridDog2020-04-22
| | | | | | | * minetest.serialize: Reversible number to string conversion The %a format is not supported in Lua 5.1. This commit also adds two tests for number serialization.
* Fix potential security issue(s), documentation on minetest.deserialize() (#9369)sfan52020-03-05
| | | Also adds an unittest
* Add Lua unit tests to builtin using busted (#9184)rubenwardy2020-01-18