Public bug reported:

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.

** Affects: tarantool
     Importance: Undecided
         Status: New

-- 
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:
  New

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

Reply via email to