elvish/pkg/eval
2020-08-26 20:40:22 +01:00
..
bundled Fixup for removal of "joins" and "splits". 2020-08-16 17:29:09 +01:00
daemon
errs pkg/eval/errs: Change OutOfRange.Valid{Low High} to strings. 2020-08-18 21:23:26 +01:00
math Cleanups to previous commit 2020-05-14 23:46:24 +01:00
platform pkg/eval/platform: Add workaround for failing test on gccgo 2020-07-14 20:49:03 +01:00
re pkg/eval/vals: Rework the structmap mechanism. 2020-06-28 01:26:58 +01:00
store
str pkg/eval/errs: Change OutOfRange.Valid{Low High} to strings. 2020-08-18 21:23:26 +01:00
unix pkg/eval/errs: Change OutOfRange.Valid{Low High} to strings. 2020-08-18 21:23:26 +01:00
vals Remove unused code. 2020-08-23 16:04:44 +01:00
vars Convert "XXX" to "TODO" comments 2020-08-16 16:29:34 +01:00
args_walker.go pkg/parse: Turn most public methods of Node into functions. 2020-04-25 18:55:44 +01:00
benchmarks_test.go pkg/eval: Add some basic benchmarks for code evaluation. 2020-08-23 17:33:54 +01:00
builtin_fn_cmd_test.go
builtin_fn_cmd_unix_test.go Add basic tests for the *-external builtins 2020-08-16 16:54:33 +01:00
builtin_fn_cmd_unix.go pkg/eval: Move elvdoc comments before the implementations. 2020-08-16 18:46:29 +01:00
builtin_fn_cmd_windows.go pkg: Fix small issues found by staticcheck. 2020-04-13 13:56:10 +01:00
builtin_fn_cmd.go pkg/eval: Move elvdoc comments before the implementations. 2020-08-16 18:46:29 +01:00
builtin_fn_container_test.go pkg/eval: Document and test the ns builtin. 2020-08-16 22:01:03 +01:00
builtin_fn_container.go pkg/eval: Document and test the ns builtin. 2020-08-16 22:01:03 +01:00
builtin_fn_debug.go pkg/eval: Move elvdoc comments before the implementations. 2020-08-16 18:46:29 +01:00
builtin_fn_env_test.go pkg/util: Move environment variable names to a new package. 2020-08-16 14:12:48 +01:00
builtin_fn_env.go pkg/eval: Move elvdoc comments before the implementations. 2020-08-16 18:46:29 +01:00
builtin_fn_flow_test.go Rework the API for introspecting exception causes. 2020-06-30 22:27:07 +01:00
builtin_fn_flow.go pkg/eval: Move elvdoc comments before the implementations. 2020-08-16 18:46:29 +01:00
builtin_fn_fs_test.go Add explicit cd unit tests 2020-08-26 20:34:34 +01:00
builtin_fn_fs.go pkg/eval: Move elvdoc comments before the implementations. 2020-08-16 18:46:29 +01:00
builtin_fn_io_test.go pkg/eval: Move the show command into the builtin namespace. 2020-06-30 22:36:27 +01:00
builtin_fn_io.go pkg/eval: Move elvdoc comments before the implementations. 2020-08-16 18:46:29 +01:00
builtin_fn_misc_test.go Introduce a use-mod command. 2020-08-17 00:11:25 +01:00
builtin_fn_misc.go Introduce a use-mod command. 2020-08-17 00:11:25 +01:00
builtin_fn_num_test.go Add randint command unit tests 2020-08-16 16:57:41 +01:00
builtin_fn_num.go pkg/eval: Move elvdoc comments before the implementations. 2020-08-16 18:46:29 +01:00
builtin_fn_pred_test.go
builtin_fn_pred.go pkg/eval: Move elvdoc comments before the implementations. 2020-08-16 18:46:29 +01:00
builtin_fn_str_test.go Remove builtin commands deprecated in v0.14.0. 2020-08-16 16:10:58 +01:00
builtin_fn_str.go pkg/eval: Move elvdoc comments before the implementations. 2020-08-16 18:46:29 +01:00
builtin_fn_styled_test.go pkg/eval: Make exception matching more explicit. 2020-04-10 20:55:31 +01:00
builtin_fn_styled.go pkg/eval: Move elvdoc comments before the implementations. 2020-08-16 18:46:29 +01:00
builtin_ns.go
builtin_special_test.go pkg/eval: Rewrite the lvalue parsing code. 2020-08-20 13:15:00 +01:00
builtin_special.go Fix crash when accessing the body attribute of fn-defined functions. 2020-08-25 20:17:21 +01:00
chdir_test.go pkg/util: Move environment variable names to a new package. 2020-08-16 14:12:48 +01:00
chdir.go pkg/util: Move environment variable names to a new package. 2020-08-16 14:12:48 +01:00
closure_test.go Fix crash when accessing the body attribute of fn-defined functions. 2020-08-25 20:17:21 +01:00
closure.go pkg/eval: Refactor effectOp and valuesOp, remove lvaluesOp. 2020-08-22 19:57:11 +01:00
compilation_error.go
compile_effect_test.go pkg/eval: Rewrite the lvalue parsing code. 2020-08-20 13:15:00 +01:00
compile_effect_unix_test.go pkg/eval: Rewrite glob tests. 2020-04-17 00:40:47 +01:00
compile_effect.go pkg/eval: Refactor effectOp and valuesOp, remove lvaluesOp. 2020-08-22 19:57:11 +01:00
compile_lvalue_test.go
compile_lvalue.go pkg/eval: Refactor effectOp and valuesOp, remove lvaluesOp. 2020-08-22 19:57:11 +01:00
compile_value_test.go pkg/eval: Rewrite the lvalue parsing code. 2020-08-20 13:15:00 +01:00
compile_value.go Remove unused code. 2020-08-23 16:04:44 +01:00
compiler.go pkg/eval: Refactor effectOp and valuesOp, remove lvaluesOp. 2020-08-22 19:57:11 +01:00
deprecation.go pkg/eval: Support eval-time deprecation warning. 2020-04-26 01:13:05 +01:00
editor.go
env_list.go Remove unused code. 2020-08-23 16:04:44 +01:00
eval_test.go pkg/eval: Move benchmarks to separte file. 2020-08-23 16:07:11 +01:00
eval.go pkg/util: Move environment variable names to a new package. 2020-08-16 14:12:48 +01:00
exception_test.go Rework the API for introspecting exception causes. 2020-06-30 22:27:07 +01:00
exception_unix_test.go pkg/eval: Don't hardcode signal name in test 2020-07-14 20:49:03 +01:00
exception.go pkg/eval: Fix panic on "show $ok". 2020-07-04 19:08:09 +01:00
external_cmd.go Convert "XXX" to "TODO" comments 2020-08-16 16:29:34 +01:00
frame.go Change slice syntax to use .. instead of :. 2020-08-15 22:52:50 +01:00
glob_test.go Add a wildcard [type:xxx] modifier 2020-06-28 01:25:32 +01:00
glob.go Address remaining feedback of #1018. 2020-06-28 01:33:27 +01:00
go_fn_test.go pkg/eval/go_fn.go: Surface errors in option parsing. 2020-05-03 23:39:16 +01:00
go_fn.go pkg/eval/go_fn.go: Surface errors in option parsing. 2020-05-03 23:39:16 +01:00
interrupts.go pkg/eval: Remove (*Evaler).EvalInTTY. 2020-04-16 00:11:23 +01:00
must.go pkg: Fix small issues found by staticcheck. 2020-04-13 13:56:10 +01:00
ns_test.go
ns.go
options_test.go Increase options.go coverage to 100% 2020-08-26 20:40:22 +01:00
options.go Increase options.go coverage to 100% 2020-08-26 20:40:22 +01:00
port_helper_test.go pkg/eval: Support checking stderr in tests. 2020-04-26 00:13:06 +01:00
port_helper.go pkg/eval: Remove (*Evaler).EvalInTTY. 2020-04-16 00:11:23 +01:00
port.go pkg/eval: Remove (*Evaler).EvalInTTY. 2020-04-16 00:11:23 +01:00
process_unix.go
process_windows.go
purely_eval_test.go pkg/parse: Show deprecation warning when using \ for line continuation. 2020-07-01 21:39:29 +01:00
purely_eval.go pkg/parse: Use Source values, not pointers. 2020-04-25 19:22:38 +01:00
pwd.go
resolve_test.go
resolve.go
state.go
testutils.go Remove unused code. 2020-08-23 16:04:44 +01:00
value_helper.go pkg/eval: Rewrite the lvalue parsing code. 2020-08-20 13:15:00 +01:00
value_test.go Rework the API for introspecting exception causes. 2020-06-30 22:27:07 +01:00
value.go
variable_ref_test.go
variable_ref.go