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

IO.println prints string values with quotation marks #51

Open
Zoetermeer opened this issue Mar 29, 2017 · 0 comments
Open

IO.println prints string values with quotation marks #51

Zoetermeer opened this issue Mar 29, 2017 · 0 comments
Labels
Milestone

Comments

@Zoetermeer
Copy link
Owner

The implementation is using the CompilerOutput instance for Value (the render function) which will not work, because we only want to omit the quotation marks if the outermost value is a String. In other words we want ["hello", "world"] to print exactly like that and not like [hello, world].

@Zoetermeer Zoetermeer added the bug label Mar 29, 2017
@Zoetermeer Zoetermeer added this to the Milestone 0 milestone Mar 29, 2017
@Zoetermeer Zoetermeer changed the title IO::println prints string values with quotation marks IO.println prints string values with quotation marks Jun 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant