Open jtb20 opened 1 month ago
With a version of ysh grabbed from the CI:
julbrown@r15:~$ ysh --version Oils 0.23.0 https://www.oilshell.org/ git commit = a732611bb0a6daedfff80a694c4830bdf531ae71
I see this:
ysh julbrown@r15:~$ var Q=[] ysh julbrown@r15:~$ setvar Q[2] = 3 Segmentation fault (core dumped)
FYI! (I expected either an error or automatic list extension -- not sure what should be inserted for the empty values for the latter though.)
Fixed this, thank you for the report!
Latest commit should be very good - https://op.oilshell.org/uuu/github-jobs/8115/
Thank you!
With a version of ysh grabbed from the CI:
I see this:
FYI! (I expected either an error or automatic list extension -- not sure what should be inserted for the empty values for the latter though.)