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
I would like for YSH to support this, but for now I added a proper syntax error
Will be out with the next release
===== CASE: -n -c = [42, ...y] =====
= [42, ...y]
^~~
[ -c flag ]:1: Splat not currently supported
===== CASE: -n -c = (...x for x in [1,2,3]) =====
= (...x for x in [1,2,3])
^~~
[ -c flag ]:1: Splat not currently supported
===== CASE: -n -c = [...x for x in [1,2,3]] =====
= [...x for x in [1,2,3]]
^~~
[ -c flag ]:1: Splat not currently supported
The following crashes (on my mobile phone, couldn't test on desktop) with the tarball including the
GLOB_PERIOD
fix:I'd like to be able to copy an arrays which sadly doesn't work simply that way :(
The text was updated successfully, but these errors were encountered: