This is a correct and expected Lua semantics. Empty Lua tables should be
represented with NULL userdata, which is already done and covered with
tests.
** Changed in: tarantool
Importance: Undecided => Medium
** Changed in: tarantool
Status: New => Won't Fix
--
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1218911
Title:
no nil values in table
Status in Tarantool - an efficient in-memory data store:
Won't Fix
Bug description:
The problem is mostly with YAML dump,
no nil values are got to a table from a function return:
function f() return 1, nil, 2 end
t = f()
t will have only 1 and 2.
To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1218911/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp