-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[osh] Implement $(( x[0] )) for value.Undef and value.Str
shopt -s strict_arith gives errors for these cases, but we handle them by default. Reported by Koiche Murase on Zulip: https://oilshell.zulipchat.com/#narrow/stream/121540-oil-discuss/topic/osh.20-c.20'echo.20.24.28.28arr.5B0.5D.29.29'.20fails
- Loading branch information
Andy C
committed
Jun 29, 2024
1 parent
b15c7f3
commit 435acd1
Showing
3 changed files
with
145 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters