elvish/pkg/eval/mods
Kurtis Rader 3ded2fb772 Replace prclose and pwclose with file:close
Rather than having specialized commands make a `file:pipe` object
indexable so we can use the generic `file:close` command. This does not
address existing problems; such as builtins not failing when writing to
a `file:pipe` object if the read-end is closed.

Related #1316
2021-05-22 20:55:53 -07:00
..
bundled Add new edit:clear command. 2021-02-26 00:36:09 +00:00
daemon Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
file Replace prclose and pwclose with file:close 2021-05-22 20:55:53 -07:00
math Reimplement some math functions to be exactness-preserving. 2021-05-09 20:03:21 +01:00
path pkg/eval/mods/path: Skip symlink tests if unable to create symlinks. 2021-05-08 13:22:21 +01:00
platform Make tests compatible with "go test -count n" (n > 1). 2021-02-17 22:46:32 +00:00
re Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
store Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
str Use machine word (int) instead of int64 for fixnum. 2021-04-04 13:37:38 +01:00
unix Remove support for using a lone "a=b" for assignment. 2021-04-08 23:57:40 +01:00