elvish/pkg
2022-06-19 19:06:24 +01:00
..
buildinfo pkg/buildinfo: Use Go's buildinfo to derive version of development builds. 2022-04-02 18:18:24 +01:00
cli pkg/cli/term: Support surrogate pairs on Windows. 2022-06-06 23:12:54 +01:00
daemon pkg/daemon: Fix a comment. 2022-06-19 19:06:24 +01:00
diag interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
edit pkg/eval: Remove access methods for exported fields. 2022-06-18 19:01:59 +01:00
env
eval pkg/eval: Remove access methods for exported fields. 2022-06-18 19:01:59 +01:00
fsutil Don't dot import pkg/testutil 2022-06-04 23:39:19 +01:00
getopt interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
glob Replace remaining deprecated ioutil.ReadDir uses 2021-08-30 08:57:34 +01:00
logutil Remove most uses of the ioutil package. 2021-08-23 00:36:26 +01:00
lsp pkg/lsp: Populate completionProvider capability. 2022-06-03 20:30:46 +01:00
mods pkg/eval/vals: Replace MakeListFromStrings with a generic MakeListSlice. 2022-06-17 16:50:38 +01:00
parse Fixup for #1531. 2022-06-11 21:26:32 +01:00
persistent interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
pprof Revamp flag handling in pkg/prog. 2022-02-05 14:52:29 +00:00
prog Use the new testutil.Set in more places. 2022-04-11 21:55:59 +01:00
rpc interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
shell pkg/shell: De-export makeEvaler and incSHLVL. 2022-06-19 15:43:23 +01:00
store Expose all functionalities of the persistent store in the store: module. 2021-10-03 16:34:52 +01:00
strutil Don't dot import pkg/tt 2022-06-04 23:39:19 +01:00
sys Require Go 1.18. 2022-03-20 15:28:23 +00:00
testutil pkg/shell: Test against XDG environment variables. 2022-06-19 14:30:37 +01:00
tt interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
ui Don't dot import pkg/ui 2022-06-04 23:39:19 +01:00
wcwidth