.. |
errs
|
Fix typos and add codespell to CI
|
2021-08-22 23:07:34 +01:00 |
evaltest
|
pkg/eval: Convert elements of slice return value from a GoFn to individual outputs.
|
2021-10-03 16:34:52 +01:00 |
vals
|
pkg/eval/vals: Remove a duplicate test.
|
2021-09-11 13:57:53 +01:00 |
vars
|
pkg/eval: Improve coverage of compile_lvalue.go.
|
2021-09-10 20:09:04 +01:00 |
benchmarks_test.go
|
pkg/eval: Fill in default dummy ports in Evaler.prepareFrame.
|
2021-08-01 21:38:30 +01:00 |
builtin_fn_cmd_test.go
|
|
|
builtin_fn_cmd_unix_test.go
|
Run gofmt with Go 1.17.
|
2021-08-23 00:19:49 +01:00 |
builtin_fn_cmd_unix.go
|
Reorganize pkg/sys into portable and non-portable system utilities.
|
2021-10-02 13:14:00 +01:00 |
builtin_fn_cmd_windows.go
|
|
|
builtin_fn_cmd.go
|
|
|
builtin_fn_container_test.go
|
pkg/eval: Improve coverage of builtin_fn_container.go.
|
2021-09-11 14:51:26 +01:00 |
builtin_fn_container.go
|
Test almost all commands correctly bubble output errors.
|
2021-06-24 23:24:43 +01:00 |
builtin_fn_debug.go
|
|
|
builtin_fn_env_test.go
|
|
|
builtin_fn_env.go
|
|
|
builtin_fn_flow_test.go
|
pkg/eval: Increase coverage of builtin_fn_flow_test.go.
|
2021-10-03 01:09:08 +01:00 |
builtin_fn_flow.go
|
Fix typos and add codespell to CI
|
2021-08-22 23:07:34 +01:00 |
builtin_fn_fs_test.go
|
Make use of (*testing.T).Cleanup for test cleanups.
|
2021-08-06 23:21:23 +01:00 |
builtin_fn_fs.go
|
pkg/eval: Remove elvdoc for the removed path-* commands.
|
2021-10-03 23:03:52 +01:00 |
builtin_fn_io_test.go
|
pkg/eval/evaltest: Clean up godoc and some minor API details.
|
2021-09-12 14:13:18 +01:00 |
builtin_fn_io.go
|
Remove commands deprecated in 0.16.0, and deprecate dir-history.
|
2021-10-03 16:47:51 +01:00 |
builtin_fn_misc_test.go
|
Make use of (*testing.T).Cleanup for test cleanups.
|
2021-08-06 23:21:23 +01:00 |
builtin_fn_misc_unix_test.go
|
Run gofmt with Go 1.17.
|
2021-08-23 00:19:49 +01:00 |
builtin_fn_misc.go
|
Remove most uses of the ioutil package.
|
2021-08-23 00:36:26 +01:00 |
builtin_fn_num_test.go
|
pkg/eval: Small test coverage improvements.
|
2021-10-03 01:54:07 +01:00 |
builtin_fn_num.go
|
Fix typos and add codespell to CI
|
2021-08-22 23:07:34 +01:00 |
builtin_fn_pred_test.go
|
|
|
builtin_fn_pred.go
|
Document that "eq" requires values to have the same type to be considered equal.
|
2021-06-27 01:54:31 +01:00 |
builtin_fn_str_test.go
|
Test almost all commands correctly bubble output errors.
|
2021-06-24 23:24:43 +01:00 |
builtin_fn_str.go
|
Change all builtin commands writing value output to surface ReaderGone.
|
2021-06-18 00:14:59 +01:00 |
builtin_fn_styled_test.go
|
pkg/eval: Improve coverage for builtin_fn_styled.go.
|
2021-09-10 19:39:20 +01:00 |
builtin_fn_styled.go
|
|
|
builtin_ns.go
|
Fixup for #1348.
|
2021-07-03 20:34:56 +01:00 |
builtin_special_test.go
|
Add special command "coalesce".
|
2021-10-03 19:14:44 +01:00 |
builtin_special.go
|
Add special command "coalesce".
|
2021-10-03 19:14:44 +01:00 |
callable.go
|
|
|
chdir_test.go
|
Make use of (*testing.T).Cleanup for test cleanups.
|
2021-08-06 23:21:23 +01:00 |
closure_test.go
|
|
|
closure.go
|
|
|
compile_effect_test.go
|
Remove commands deprecated in 0.16.0, and deprecate dir-history.
|
2021-10-03 16:47:51 +01:00 |
compile_effect_unix_test.go
|
Run gofmt with Go 1.17.
|
2021-08-23 00:19:49 +01:00 |
compile_effect.go
|
Fix the sequencing between closing pipes and setting readerGone.
|
2021-06-25 13:51:52 +01:00 |
compile_lvalue.go
|
Fix "indicies" -> indices.
|
2021-08-22 23:31:26 +01:00 |
compile_value_test.go
|
Make use of (*testing.T).Cleanup for test cleanups.
|
2021-08-06 23:21:23 +01:00 |
compile_value.go
|
Fix "indicies" -> indices.
|
2021-08-22 23:31:26 +01:00 |
compiler_test.go
|
Remove commands deprecated in 0.16.0, and deprecate dir-history.
|
2021-10-03 16:47:51 +01:00 |
compiler.go
|
Remove commands deprecated in 0.16.0, and deprecate dir-history.
|
2021-10-03 16:47:51 +01:00 |
deprecation.go
|
|
|
eval_test.go
|
Make use of (*testing.T).Cleanup in more places.
|
2021-08-06 23:49:11 +01:00 |
eval.go
|
pkg/eval: Remove Eval.libInstallDir; it's not used anywhere.
|
2021-10-03 23:01:26 +01:00 |
exception_test.go
|
Add more test for special forms.
|
2021-06-20 18:18:45 +01:00 |
exception_unix_test.go
|
Run gofmt with Go 1.17.
|
2021-08-23 00:19:49 +01:00 |
exception.go
|
Add more test for special forms.
|
2021-06-20 18:18:45 +01:00 |
external_cmd_test.go
|
Make use of (*testing.T).Cleanup for test cleanups.
|
2021-08-06 23:21:23 +01:00 |
external_cmd_unix_internal_test.go
|
Run gofmt with Go 1.17.
|
2021-08-23 00:19:49 +01:00 |
external_cmd_unix_test.go
|
Run gofmt with Go 1.17.
|
2021-08-23 00:19:49 +01:00 |
external_cmd_unix.go
|
Run gofmt with Go 1.17.
|
2021-08-23 00:19:49 +01:00 |
external_cmd_windows_test.go
|
Run gofmt with Go 1.17.
|
2021-08-23 00:19:49 +01:00 |
external_cmd_windows.go
|
|
|
external_cmd.go
|
|
|
frame.go
|
Throw exception when writing values to a port without a value component.
|
2021-06-22 00:35:30 +01:00 |
glob_test.go
|
pkg/eval: Slightly improve coverage of glob.go.
|
2021-09-10 19:08:22 +01:00 |
glob.go
|
pkg/eval: Improve coverage of glob.go.
|
2021-09-10 18:57:11 +01:00 |
go_fn_internal_test.go
|
pkg/eval: Convert elements of slice return value from a GoFn to individual outputs.
|
2021-10-03 16:34:52 +01:00 |
go_fn_test.go
|
pkg/eval: Convert elements of slice return value from a GoFn to individual outputs.
|
2021-10-03 16:34:52 +01:00 |
go_fn.go
|
pkg/eval: Convert elements of slice return value from a GoFn to individual outputs.
|
2021-10-03 16:34:52 +01:00 |
interrupts.go
|
Use buffered channels with signal.Notify.
|
2021-08-23 00:22:11 +01:00 |
node_utils.go
|
|
|
ns_test.go
|
|
|
ns.go
|
|
|
options_test.go
|
|
|
options.go
|
|
|
plugin_gccgo.go
|
Run gofmt with Go 1.17.
|
2021-08-23 00:19:49 +01:00 |
plugin.go
|
Run gofmt with Go 1.17.
|
2021-08-23 00:19:49 +01:00 |
port_helper_test.go
|
Remove most uses of the ioutil package.
|
2021-08-23 00:36:26 +01:00 |
port_unix.go
|
Run gofmt with Go 1.17.
|
2021-08-23 00:19:49 +01:00 |
port_windows.go
|
pkg/eval: Fix EPIPE on Windows.
|
2021-06-18 00:45:25 +01:00 |
port.go
|
pkg/eval: Fill in default dummy ports in Evaler.prepareFrame.
|
2021-08-01 21:38:30 +01:00 |
process_unix.go
|
Reorganize pkg/sys into portable and non-portable system utilities.
|
2021-10-02 13:14:00 +01:00 |
process_windows.go
|
|
|
purely_eval_test.go
|
Make use of (*testing.T).Cleanup for test cleanups.
|
2021-08-06 23:21:23 +01:00 |
purely_eval.go
|
Fix "indicies" -> indices.
|
2021-08-22 23:31:26 +01:00 |
pwd_test.go
|
Make use of (*testing.T).Cleanup for test cleanups.
|
2021-08-06 23:21:23 +01:00 |
pwd.go
|
|
|
value_test.go
|
|
|
var_parse_test.go
|
|
|
var_parse.go
|
|
|
var_ref.go
|
Fix "indicies" -> indices.
|
2021-08-22 23:31:26 +01:00 |