You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In REPL, it's currently not possible to distinguish whether an outputted list of strings are multiple elements in a list or the string itself contains a space:
@l46kok if you want to update the Stringer implementation for list and map types, this would probably be worthwhile and address the issue you're seeing in the repl.
Describe the bug
In REPL, it's currently not possible to distinguish whether an outputted list of strings are multiple elements in a list or the string itself contains a space:
Expected behavior
We could simply wrap the elements of string type with quotes and optionally use comma as a separator:
The text was updated successfully, but these errors were encountered: