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
Noting down here, that we need to consider how list.Concat could/should behave with respect to arguments that are open/closed, and therefore what the result should be in those situations.
Structs are open by default, such that:
evaluates to:
The same is currently not true for lists:
evaluates to:
This issue tracks making lists open by default, such that this would not result in an error and instead would result in:
With this change, lists would be closed via the
close()
builtin, or when referenced via definitions.See previous discussion at:
The text was updated successfully, but these errors were encountered: