.. |
errs
|
Merge branch 'master' into reader-gone
|
2021-06-15 22:09:40 +01:00 |
evaltest
|
Update unit tests that use p[rw]close
|
2021-08-01 21:17:02 +01:00 |
mods
|
Update unit tests that use p[rw]close
|
2021-08-01 21:17:02 +01:00 |
vals
|
Fixup for #1354.
|
2021-07-07 23:25:01 +01:00 |
vars
|
Fixup for #1332
|
2021-06-06 22:46:27 +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
|
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
|
Add buildinfo and version vars
|
2021-07-03 20:21:40 +01: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
|
Replace ErrArgs with more specific errors
|
2021-06-13 22:42:04 +01:00 |
builtin_fn_container_test.go
|
Test almost all commands correctly bubble output errors.
|
2021-06-24 23:24:43 +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
|
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
|
Fixup for #1332
|
2021-06-06 22:46:27 +01: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
|
Reduce the flakiness of TestPeach with some random jitter.
|
2021-06-28 00:46:27 +01:00 |
builtin_fn_flow.go
|
Update run-parallel example
|
2021-08-01 21:12:17 +01:00 |
builtin_fn_fs_test.go
|
Replace ErrArgs with more specific errors
|
2021-06-13 22:42:04 +01:00 |
builtin_fn_fs.go
|
Merge branch 'master' into reader-gone
|
2021-06-20 22:22:37 +01:00 |
builtin_fn_io_test.go
|
Test almost all commands correctly bubble output errors.
|
2021-06-24 23:24:43 +01:00 |
builtin_fn_io.go
|
Lint cleanups
|
2021-07-07 23:21:02 +01:00 |
builtin_fn_misc_test.go
|
Implement XDG directory support.
|
2021-07-10 02:20:59 +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 writing value output to surface ReaderGone.
|
2021-06-18 00:14:59 +01:00 |
builtin_fn_num_test.go
|
Fixup for #1329
|
2021-06-13 22:54:47 +01:00 |
builtin_fn_num.go
|
Change all builtin commands writing value output to surface ReaderGone.
|
2021-06-18 00:14:59 +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
|
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
|
Fixup for #1342.
|
2021-06-27 16:41:07 +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
|
Fixup for #1348.
|
2021-07-03 20:34:56 +01:00 |
builtin_special_test.go
|
Implement XDG directory support.
|
2021-07-10 02:20:59 +01:00 |
builtin_special.go
|
Merge branch 'master' into xdg-dir
|
2021-08-05 22:36:53 +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
|
Replace ErrArgs with more specific errors
|
2021-06-13 22:42:04 +01:00 |
closure.go
|
Replace ErrArgs with more specific errors
|
2021-06-13 22:42:04 +01:00 |
compile_effect_test.go
|
Update unit tests that use p[rw]close
|
2021-08-01 21:17:02 +01:00 |
compile_effect_unix_test.go
|
Fix the sequencing between closing pipes and setting readerGone.
|
2021-06-25 13:51:52 +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
|
Replace ErrArgs with more specific errors
|
2021-06-13 22:42:04 +01:00 |
compile_value_test.go
|
pkg/eval: Improve coverage for compile_value.go.
|
2021-06-20 19:14:12 +01:00 |
compile_value.go
|
Replace ErrArgs with more specific errors
|
2021-06-13 22:42:04 +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
|
Fix unused symbols found by staticcheck.
|
2021-06-15 17:46:31 +01: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
|
Merge branch 'master' into xdg-dir
|
2021-08-05 22:36:53 +01:00 |
exception_test.go
|
Add more test for special forms.
|
2021-06-20 18:18:45 +01:00 |
exception_unix_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
exception.go
|
Add more test for special forms.
|
2021-06-20 18:18:45 +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_internal_test.go
|
Fixup for #1354.
|
2021-07-07 23:25:01 +01:00 |
external_cmd_unix_test.go
|
pkg/eval: Move EachExternal to the fsutil package.
|
2020-09-04 22:04:20 +01:00 |
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
|
pkg/eval: Move test framework into new evaltest package.
|
2020-09-03 06:51:21 +01:00 |
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
|
Throw exception when writing values to a port without a value component.
|
2021-06-22 00:35:30 +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
|
Change all builtin commands writing value output to surface ReaderGone.
|
2021-06-18 00:14:59 +01:00 |
go_fn.go
|
Change all builtin commands writing value output to surface ReaderGone.
|
2021-06-18 00:14:59 +01: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
|
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
|
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 |
plugin_gccgo.go
|
Add plugin support
|
2021-06-20 21:11:32 +01:00 |
plugin.go
|
Add plugin support
|
2021-06-20 21:11:32 +01: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_unix.go
|
pkg/eval: Fix EPIPE on Windows.
|
2021-06-18 00:45:25 +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
|
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
|
Increase pkg/eval/vars/env_list.go coverage to 100%
|
2021-06-06 22:43:45 +01: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
|
A couple of TODO cleanups
|
2021-05-30 00:40:42 +01:00 |
var_ref.go
|
Remove special treatment of the builtin: namespace.
|
2021-04-08 00:42:58 +01:00 |