We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using list destructuring in conjunction with Stdout, the string which is printed to Stdout is corrupted.
Important points of note:
dbg
List.last
Reproduction code here
The text was updated successfully, but these errors were encountered:
Zulip discussion: https://roc.zulipchat.com/#narrow/channel/231634-beginners/topic/String.20garbled.20in.20Stdout.20when.20used.20with.20list.20destructuring.2E
Sorry, something went wrong.
No branches or pull requests
When using list destructuring in conjunction with Stdout, the string which is printed to Stdout is corrupted.
Important points of note:
dbg
statement prior to the destructing block shows that the string in the record is intactdbg
statement inside causes the Str to remain intactList.last
instead of destructuring causes the Str to remain intactReproduction code here
The text was updated successfully, but these errors were encountered: