-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[spec/assoc] Cases for "cell sublanguage" and assoc arrays.
- unset -v - declare -n - ${!ref} Not done: print -v Addresses issue #651. Unrelated: add some ideas in stdlib/README.md
- Loading branch information
Andy Chu
committed
Mar 31, 2020
1 parent
9fa3fa8
commit 0a331a5
Showing
3 changed files
with
99 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
stdlib/ | ||
======= | ||
|
||
Ideas for shell functions that could be in here: | ||
|
||
- Version comparison: https://github.com/oilshell/oil/issues/683 | ||
- An automated way to download the latest version of Oil: https://github.com/oilshell/oil/issues/463 | ||
- Maybe functions to lazily download documentation too? | ||
- `errexit` utilities: https://github.com/oilshell/oil/issues/474 | ||
|
||
Already have: | ||
|
||
- `log` and `die` | ||
|
||
Note: The file `oil-polyfill.sh` is POSIX shell for functions that should be | ||
portable, e.g. like updating Oil, which may be done from the system shell. | ||
|
||
Other functions can be written in Oil. | ||
|
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