elvish/pkg/eval
2020-04-14 23:58:10 +01:00
..
bundled pkg/edit: Support a &full flag in edit:redraw. 2019-12-30 23:45:30 +00:00
daemon pkg/program/daemon: Merge with pkg/daemon. 2020-04-04 16:50:25 +01:00
errs pkg/eval: Replace ValuesUnwrapper with simple functions. 2020-04-13 13:27:55 +01:00
math Implement hyperbolic trigonometric math functions 2020-04-14 23:58:10 +01:00
platform pkg/eval/platform: Fix the package godoc. 2020-04-05 23:19:11 +01:00
re pkg/eval: Simplify API for output capture. 2020-04-10 01:12:25 +01:00
store Replace NewNs() with Ns{} to improve consistency 2020-04-05 14:49:59 +01:00
str Replace NewNs() with Ns{} to improve consistency 2020-04-05 14:49:59 +01:00
unix pkg/eval/unix: Remove unix_test.go as it's no longer useful. 2020-04-03 02:32:06 +01:00
vals pkg/eval: Add and use a structured OutOfRange error type. 2020-04-12 19:12:05 +01:00
vars pkg/eval: Test more error cases. 2020-04-13 16:29:01 +01:00
args_walker.go [cleanup] pkg/eval: Let compiler.errorpf accept a single diag.Ranger. 2020-03-28 21:33:55 +00:00
builtin_fn_cmd_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
builtin_fn_cmd_unix.go pkg/eval: ComposeExceptionsFromPipeline -> makePipelineError. 2020-04-10 01:25:55 +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: Fix small issues found by staticcheck. 2020-04-13 13:56:10 +01:00
builtin_fn_container_test.go Introduce a new "one" builtin. 2020-01-17 09:00:23 -05:00
builtin_fn_container.go pkg/eval: Fix elvdoc for the "all" builtin. 2020-04-13 00:52:21 +01:00
builtin_fn_debug.go Move all docs for builtins to the Go code. 2020-01-18 08:12:50 -05:00
builtin_fn_env_test.go pkg/eval: Make exception matching more explicit. 2020-04-10 20:55:31 +01:00
builtin_fn_env.go Move all docs for builtins to the Go code. 2020-01-18 08:12:50 -05:00
builtin_fn_flow_test.go pkg/eval: Make exception matching more explicit. 2020-04-10 20:55:31 +01:00
builtin_fn_flow.go pkg/eval: ComposeExceptionsFromPipeline -> makePipelineError. 2020-04-10 01:25:55 +01:00
builtin_fn_fs_test.go pkg/eval: Clean up API. 2020-04-10 18:10:42 +01:00
builtin_fn_fs.go Move all docs for builtins to the Go code. 2020-01-18 08:12:50 -05:00
builtin_fn_io_test.go pkg/eval: TestCase.Errors{With,} -> Throws{,Any}. 2020-01-08 23:09:19 +00:00
builtin_fn_io.go Move all docs for builtins to the Go code. 2020-01-18 08:12:50 -05:00
builtin_fn_misc_test.go pkg/eval: Clean up API. 2020-04-10 18:10:42 +01:00
builtin_fn_misc.go Move all docs for builtins to the Go code. 2020-01-18 08:12:50 -05:00
builtin_fn_num_test.go pkg/eval: TestCase.Errors{With,} -> Throws{,Any}. 2020-01-08 23:09:19 +00:00
builtin_fn_num.go Move all docs for builtins to the Go code. 2020-01-18 08:12:50 -05:00
builtin_fn_pred_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
builtin_fn_pred.go Move all docs for builtins to the Go code. 2020-01-18 08:12:50 -05:00
builtin_fn_str_test.go pkg/eval: TestCase.Errors{With,} -> Throws{,Any}. 2020-01-08 23:09:19 +00:00
builtin_fn_str.go pkg: Fix small issues found by staticcheck. 2020-04-13 13:56:10 +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 Fix formatting of the styled documentation 2020-04-13 02:32:08 +01:00
builtin_ns.go Move all docs for builtins to the Go code. 2020-01-18 08:12:50 -05:00
builtin_special_test.go pkg: Fix small issues found by staticcheck. 2020-04-13 13:56:10 +01:00
builtin_special.go pkg/eval: Replace ValuesUnwrapper with simple functions. 2020-04-13 13:27:55 +01:00
chdir_test.go pkg/eval: Clean up API. 2020-04-10 18:10:42 +01:00
chdir.go pkg/eval: Clean up API. 2020-04-10 18:10:42 +01:00
closure_test.go pkg/eval: Report detailed ArityMismatch errors. 2020-04-13 00:47:33 +01:00
closure.go pkg/eval: Report detailed ArityMismatch errors. 2020-04-13 00:47:33 +01:00
compilation_error.go pkg/eval: Inline the use of util.{Throw,Catch} in the compiler. 2020-01-12 17:55:17 -05:00
compile_effect_test.go pkg/eval: Test more error cases. 2020-04-13 16:29:01 +01:00
compile_effect_unix_test.go pkg/eval: Clean up API. 2020-04-10 18:10:42 +01:00
compile_effect.go pkg/eval: Test more error cases. 2020-04-13 16:29:01 +01:00
compile_lvalue_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
compile_lvalue.go pkg/eval: Remove Frame.srcRange. 2020-04-09 20:44:09 +01:00
compile_value_test.go pkg/eval: Replace ValuesUnwrapper with simple functions. 2020-04-13 13:27:55 +01:00
compile_value.go pkg/eval: Replace ValuesUnwrapper with simple functions. 2020-04-13 13:27:55 +01:00
compiler.go pkg/eval: Move all assignments to the start of the pipeline they belong in. 2020-03-28 23:49:30 +00:00
editor.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
env_list.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
eval_test.go pkg/eval: Simplify API for output capture. 2020-04-10 01:12:25 +01:00
eval.go pkg/eval: Add Evaler.ParseAndCompile. 2020-04-14 23:54:45 +01:00
exception_test.go pkg/eval: ComposeExceptionsFromPipeline -> makePipelineError. 2020-04-10 01:25:55 +01:00
exception_unix_test.go pkg/eval: Fix test on BSD. 2020-03-30 23:48:22 +01:00
exception.go pkg/eval: ComposeExceptionsFromPipeline -> makePipelineError. 2020-04-10 01:25:55 +01:00
external_cmd.go Fix crash when running external command with port table nil values. 2020-01-12 12:32:25 +00:00
frame.go pkg/eval: Simplify API for output capture. 2020-04-10 01:12:25 +01:00
glob.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
go_fn_test.go pkg/eval: Test GoFn's Elvish value methods. 2020-04-13 00:50:03 +01:00
go_fn.go pkg/eval: Report detailed ArityMismatch errors. 2020-04-13 00:47:33 +01:00
interrupts.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
must.go pkg: Fix small issues found by staticcheck. 2020-04-13 13:56:10 +01:00
ns_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
ns.go Replace NewNs() with Ns{} to improve consistency 2020-04-05 14:49:59 +01:00
op.go pkg/eval: Remove Frame.srcRange. 2020-04-09 20:44:09 +01:00
options_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
options.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
port.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
process_unix.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
process_windows.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
purely_eval_test.go pkg/eval: Test purely_eval.go. 2020-03-31 05:28:51 +01:00
purely_eval.go [cleanup] pkg/eval: Simplify PurelyEvalPartialCompound. 2020-03-31 05:13:00 +01:00
pwd.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
resolve_test.go pkg/eval: Add more tests for resolve.go. 2020-04-02 05:42:22 +01:00
resolve.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
source.go pkg/eval: Add Evaler.ParseAndCompile. 2020-04-14 23:54:45 +01:00
state.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
std_ports_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
std_ports.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
testutils.go pkg/eval: Add and use a structured OutOfRange error type. 2020-04-12 19:12:05 +01:00
value_helper.go pkg/eval: Replace ValuesUnwrapper with simple functions. 2020-04-13 13:27:55 +01:00
value_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
value.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
variable_ref_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
variable_ref.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00