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

variables and inner commands in array/map don't work #73

Open
nitzantomer opened this issue Jun 27, 2017 · 0 comments
Open

variables and inner commands in array/map don't work #73

nitzantomer opened this issue Jun 27, 2017 · 0 comments

Comments

@nitzantomer
Copy link
Member

nitzantomer commented Jun 27, 2017

a = 5
b = [1, 2, 3, 4, $a]

Results in:

[1, 2, 3, 4, "$a"]

And:

b = [1, 2, (1 + 22)]

Results in:

[1, 2, [object, object, object]]

Same with maps


Seems to be the same issue as described in this issue: Variables are taken as strings when used as values in compound values.

A solution needs to fix both issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant