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

Excessive evaluation around argument in safe #10

Open
JakubLinhart opened this issue Jul 2, 2018 · 0 comments
Open

Excessive evaluation around argument in safe #10

JakubLinhart opened this issue Jul 2, 2018 · 0 comments
Labels
bug Something isn't working erebor

Comments

@JakubLinhart
Copy link
Owner

JakubLinhart commented Jul 2, 2018

For example arg(l1,"<safe arg(l1)><fun1> ")
is transpiled to: local.l1="<<local.l1>><fun1> "
but expected correct code is local.l1="<local.l1><fun1> ".

Test:

TranspileStatementCheck("arg(l1,\"<safe arg(l1)><fun1> \")", "local.l1=\"<local.l1><fun1> \"");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working erebor
Projects
None yet
Development

No branches or pull requests

1 participant