elvish/pkg/eval
Qi Xiao 067c809fc5 Change all builtin commands that write to byte output to surface write errors.
Also replace (*Frame).OutputFile with (*Frame).ByteOutput, which returns a
small interface for writing bytes and converts EPIPE to ReaderGone.
2021-06-11 22:20:27 +01:00
..
errs pkg/eval/errs: Add ReaderGone error type. 2021-05-18 20:34:44 +01:00
evaltest Minor fixup for path:temp-{dir file}. 2021-04-25 23:03:44 +01:00
mods Reimplement some math functions to be exactness-preserving. 2021-05-09 20:03:21 +01:00
vals pkg/eval/vals: Convert any number type to float64. 2021-05-09 14:32:50 +01:00
vars Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
benchmarks_test.go Change all builtin commands that write to byte output to surface write errors. 2021-06-11 22:20:27 +01:00
builtin_fn_cmd_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
builtin_fn_cmd_unix_test.go Remove special treatment of the builtin: namespace. 2021-04-08 00:42:58 +01:00
builtin_fn_cmd_unix.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
builtin_fn_cmd_windows.go Change signature of "exec" and "fg" on Windows to match that on Unix. 2020-12-26 22:59:18 +00:00
builtin_fn_cmd.go pkg/eval: Cleanups for reducing the API surface area number of files. 2021-01-05 04:33:52 +00:00
builtin_fn_container_test.go pkg/eval: Handle non-positive step and overflow in the range builtin. 2021-04-06 22:33:02 +01:00
builtin_fn_container.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
builtin_fn_debug.go Change all builtin commands that write to byte output to surface write errors. 2021-06-11 22:20:27 +01:00
builtin_fn_env_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
builtin_fn_env.go
builtin_fn_flow_test.go Use machine word (int) instead of int64 for fixnum. 2021-04-04 13:37:38 +01:00
builtin_fn_flow.go Remove special treatment of the builtin: namespace. 2021-04-08 00:42:58 +01:00
builtin_fn_fs_test.go Remove all builtin commands deprecated since 0.15.0. 2021-04-08 23:07:50 +01:00
builtin_fn_fs.go Remove all builtin commands deprecated since 0.15.0. 2021-04-08 23:07:50 +01:00
builtin_fn_io_test.go Cleanup, docs and tests. 2021-04-05 20:48:22 +01:00
builtin_fn_io.go Change all builtin commands that write to byte output to surface write errors. 2021-06-11 22:20:27 +01:00
builtin_fn_misc_test.go Remove all builtin commands deprecated since 0.15.0. 2021-04-08 23:07:50 +01:00
builtin_fn_misc_unix_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
builtin_fn_misc.go Change all builtin commands that write to byte output to surface write errors. 2021-06-11 22:20:27 +01:00
builtin_fn_num_test.go More doc, and add exact-num. 2021-04-07 07:05:08 +01:00
builtin_fn_num.go More doc, and add exact-num. 2021-04-07 07:05:08 +01:00
builtin_fn_pred_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
builtin_fn_pred.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
builtin_fn_str_test.go Remove all builtin commands deprecated since 0.15.0. 2021-04-08 23:07:50 +01:00
builtin_fn_str.go Remove all builtin commands deprecated since 0.15.0. 2021-04-08 23:07:50 +01:00
builtin_fn_styled_test.go Support exact integer and rational numbers. 2021-04-04 00:58:53 +01:00
builtin_fn_styled.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
builtin_ns.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
builtin_special_test.go Minor fixup for #1274. 2021-05-02 00:22:28 +01:00
builtin_special.go Correctly highlight read-only except var 2021-03-28 22:01:31 +01:00
callable.go pkg/eval: Break up value.go. 2020-10-10 22:28:13 +01:00
chdir_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
closure_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
closure.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
compile_effect_test.go Minor fixups for #1273. 2021-05-02 00:13:22 +01:00
compile_effect_unix_test.go Change all builtin commands that write to byte output to surface write errors. 2021-06-11 22:20:27 +01:00
compile_effect.go Detect and suppress SIGPIPE caused by the next command in a pipeline exiting early. 2021-05-20 00:10:17 +01:00
compile_lvalue.go When variable cannot set, point to the variable in the stack trace. 2021-02-21 11:53:05 +00:00
compile_value_test.go Remove support for using a lone "a=b" for assignment. 2021-04-08 23:57:40 +01:00
compile_value.go Remove support for $-exports-. 2021-04-09 00:02:40 +01:00
compiler_test.go Remove support for using a lone "a=b" for assignment. 2021-04-08 23:57:40 +01:00
compiler.go File module with pipe function. Pipe command marked deprecated in compiler.go and builtin_fn_io.go 2021-04-19 18:48:22 -04:00
deprecation.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
eval_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
eval.go Add $edit:after-command and $edit:command-duration 2021-05-05 22:17:19 +01:00
exception_test.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
exception_unix_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
exception.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
external_cmd_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
external_cmd_unix_test.go
external_cmd_unix.go Detect and suppress SIGPIPE caused by the next command in a pipeline exiting early. 2021-05-20 00:10:17 +01:00
external_cmd_windows_test.go
external_cmd_windows.go Detect and suppress SIGPIPE caused by the next command in a pipeline exiting early. 2021-05-20 00:10:17 +01:00
external_cmd.go Detect and suppress SIGPIPE caused by the next command in a pipeline exiting early. 2021-05-20 00:10:17 +01:00
frame.go Change all builtin commands that write to byte output to surface write errors. 2021-06-11 22:20:27 +01:00
glob_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
glob.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
go_fn_test.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
go_fn.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
interrupts.go
node_utils.go Extract utilities for compound nodes into pkg/parse/cmpd. 2021-02-24 00:02:47 +00:00
ns_test.go Minor fixups for #1273. 2021-05-02 00:13:22 +01:00
ns.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
options_test.go
options.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
port_helper_test.go pkg/eval: Clean up the structure and methods of Evaler and Frame. 2021-01-05 00:22:09 +00:00
port.go Change all builtin commands that write to byte output to surface write errors. 2021-06-11 22:20:27 +01:00
process_unix.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
process_windows.go
purely_eval_test.go pkg/parse: Small API tweak. 2021-02-01 14:20:56 +00:00
purely_eval.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
pwd_test.go When variable cannot set, point to the variable in the stack trace. 2021-02-21 11:53:05 +00:00
pwd.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
value_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
var_parse_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
var_parse.go pkg/eval: Various cleanups for qname handling code. 2020-12-25 22:31:52 +00:00
var_ref.go Remove special treatment of the builtin: namespace. 2021-04-08 00:42:58 +01:00