elvish/pkg/eval
Qi Xiao a2ba33f6c5 Remove unneeded tests.
These tests exercise the arity checking logic, which is implemented
generically for every builtin function and does not need to be tested
individually.
2021-04-19 23:49:09 +01:00
..
errs pkg/eval/errs: Change OutOfRange.Valid{Low High} to strings. 2020-08-18 21:23:26 +01:00
evaltest Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
mods Remove unneeded tests. 2021-04-19 23:49:09 +01:00
vals Remove support for $-exports-. 2021-04-09 00:02:40 +01:00
vars Use machine word (int) instead of int64 for fixnum. 2021-04-04 13:37:38 +01:00
benchmarks_test.go pkg/parse: Small API tweak. 2021-02-01 14:20:56 +00: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 Remove the "fix int" terminology; just call it "int". 2021-04-06 22:35:58 +01:00
builtin_fn_debug.go Fix elvdoc of the src command 2021-04-11 01:17:39 +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 pkg/eval: Move test framework into new evaltest package. 2020-09-03 06:51:21 +01:00
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 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
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 Remove all builtin commands deprecated since 0.15.0. 2021-04-08 23:07:50 +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 Remove support for using a lone "a=b" for assignment. 2021-04-08 23:57:40 +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 Run gofmt -s on pkg/eval/closure.go. 2021-01-27 01:44:28 +00:00
compile_effect_test.go Remove support for using a lone "a=b" for assignment. 2021-04-08 23:57:40 +01:00
compile_effect_unix_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
compile_effect.go Remove support for using a lone "a=b" for assignment. 2021-04-08 23:57:40 +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 Some golint cleanups 2021-04-05 15:31:53 +01:00
exception_test.go Use machine word (int) instead of int64 for fixnum. 2021-04-04 13:37:38 +01:00
exception_unix_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
exception.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00: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 pkg/eval: Move EachExternal to the fsutil package. 2020-09-04 22:04:20 +01:00
external_cmd_windows_test.go pkg/eval: Move test framework into new evaltest package. 2020-09-03 06:51:21 +01:00
external_cmd.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
frame.go pkg/parse: Small API tweak. 2021-02-01 14:20:56 +00: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 machine word (int) instead of int64 for fixnum. 2021-04-04 13:37:38 +01:00
go_fn.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
interrupts.go pkg/eval: Remove (*Evaler).EvalInTTY. 2020-04-16 00:11:23 +01:00
node_utils.go Extract utilities for compound nodes into pkg/parse/cmpd. 2021-02-24 00:02:47 +00:00
ns_test.go When variable cannot set, point to the variable in the stack trace. 2021-02-21 11:53:05 +00:00
ns.go Some golint cleanups 2021-04-05 15:31:53 +01:00
options_test.go Increase options.go coverage to 100% 2020-08-26 20:40:22 +01:00
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 module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
process_unix.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
process_windows.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
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