elvish/pkg
Kurtis Rader eed744044c Eliminate sys.Ioctl
I started by writing tests for sys.Ioctl but after I had 100% coverage
of that function it occurred to me the function could be eliminated.

Related #1062
2020-08-27 15:51:29 +01:00
..
buildinfo Verify stdout and stderr in shell tests 2020-08-11 15:58:20 +01:00
cli Eliminate sys.Ioctl 2020-08-27 15:51:29 +01:00
daemon pkg/prog: Move all Program implementations into own packages. 2020-04-25 00:12:18 +01:00
diag pkg/diag: Do not depend implicitly on os.Stderr. 2020-04-14 22:35:02 +01:00
edit Parse escape sequences from prompts. 2020-08-25 23:04:14 +01:00
env pkg/util: Move environment variable names to a new package. 2020-08-16 14:12:48 +01:00
eval Increase options.go coverage to 100% 2020-08-26 20:40:22 +01:00
getopt pkg: Fix small issues found by staticcheck. 2020-04-13 13:56:10 +01:00
glob Convert "XXX" to "TODO" comments 2020-08-16 16:29:34 +01:00
parse pkg/parse: Make \ a valid bareword character. 2020-08-17 05:01:53 +01:00
prog Prevent I/O deadlocks during shell testing 2020-08-11 15:58:20 +01:00
shell pkg/util: Move environment variable names to a new package. 2020-08-16 14:12:48 +01:00
store Fix some lint warnings 2020-08-01 23:07:50 +01:00
sys Eliminate sys.Ioctl 2020-08-27 15:51:29 +01:00
testutil pkg/util: Move environment variable names to a new package. 2020-08-16 14:12:48 +01:00
tt pkg/eval/vals: Move the "any" matcher to pkg/tt. 2020-01-06 23:19:00 +00:00
ui pkg/ui: Implement ParseSGREscapedText. 2020-08-25 22:47:22 +01:00
util Add explicit cd unit tests 2020-08-26 20:34:34 +01:00
wcwidth pkg/util: Move the wcwidth utilities to a new package, and add more tests. 2020-04-06 12:00:01 +01:00
web Support compile-time deprecation. 2020-04-26 13:14:51 +01:00