Skip to content
Snippets Groups Projects
Commit a4f8ee34 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Remove Lua-MsgPack serializer hints 'array' and 'map'.

In Lua, by definition, an array is something that
is indexed from 1 and doesn't have gaps in indexes.

This can be easily checked without serializer hints.

Tuple to YAML conversion should not go through a temporary
conversion to a Lua table in the future, so it should
also not be an argument for slowing things down.
parent 477813ed
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment