Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua output: nested tables are stripped #4706

Open
olegrok opened this issue Dec 26, 2019 · 3 comments
Open

lua output: nested tables are stripped #4706

olegrok opened this issue Dec 26, 2019 · 3 comments
Labels
bug Something isn't working lua output

Comments

@olegrok
Copy link
Collaborator

olegrok commented Dec 26, 2019

Tarantool version: 2.3.0-136-gaf9ef2115

tarantool> \set output lua
true;
tarantool> a = {1, 2, 3}
;
tarantool> a
{1, 2, 3};
tarantool> b = {a = a, b = {a, a, a}}
;
tarantool> b
{a = {1, 2, 3}, b = {nil, nil, nil}};

Expected {a = {1, 2, 3}, b = {{1, 2, 3}, {1, 2, 3}, {1, 2, 3}}};

reported by @filonenko-mikhail

@olegrok olegrok added lua output bug Something isn't working labels Dec 26, 2019
@kyukhin kyukhin added this to the 2.3.2 milestone Jan 16, 2020
@slumber

This comment was marked as resolved.

@Totktonada

This comment was marked as resolved.

@slumber

This comment was marked as resolved.

@kyukhin kyukhin modified the milestones: 2.3.2, 2.3.3, 1.10.8 Apr 21, 2020
@kyukhin kyukhin modified the milestones: 1.10.8, wishlist Oct 23, 2020
@kyukhin kyukhin removed this from the wishlist milestone Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lua output
Projects
None yet
Development

No branches or pull requests

4 participants