Software /
code /
prosody
Diff
prosodyctl @ 13032:ea4923bebca9
util.array: Change tostring format to [a,b,c]
Arrays in Lua do use { } but since __tostring is often user-facing it
seems sensible to use [ ] instead for consistency with many other
systems; as well as to allow the {a,b,c} formatting to be used by
util.set without being confused with util.array.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 06 Apr 2023 16:27:37 +0200 |
parent | 12971:7214baed9e9d |
child | 13059:a47bd6ea7626 |