elvish/pkg
Qi Xiao e091971598 pkg/md: Don't skip with regexp match.
Indented code blocks and link reference definitions are used a lot in other
sections, and they used to be skipped by matching the markdown with regexp
patterns. However, this has some false positives, so list the individual example
IDs instead.
2022-10-03 05:07:37 +01:00
..
buildinfo pkg/buildinfo: Improve test coverage. 2022-06-20 21:13:34 +01:00
cli Some minor documentation fixes 2022-08-29 12:04:59 +01:00
daemon Move pkg/testutil/must.go to a new pkg/must. 2022-06-20 20:29:14 +01:00
diag interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
edit Clean up tests introduced in #1604 slightly. 2022-09-11 15:58:58 +01:00
env Implement XDG directory support. 2021-07-10 02:20:59 +01:00
eval Fixup for #1588 2022-08-29 12:29:24 +01:00
fsutil Move pkg/testutil/must.go to a new pkg/must. 2022-06-20 20:29:14 +01:00
getopt interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
glob Some minor documentation fixes 2022-08-29 12:04:59 +01:00
logutil pkg/logutil: Add tests. 2022-06-20 22:03:58 +01:00
lsp Move pkg/testutil/must.go to a new pkg/must. 2022-06-20 20:29:14 +01:00
md pkg/md: Don't skip with regexp match. 2022-10-03 05:07:37 +01:00
mods Documentation fixups (#1584) 2022-09-11 15:28:32 +01:00
must pkg/shell: Test signal handling. 2022-06-23 21:48:12 +01:00
parse Remove go1.18 build tags as 1.18 is required. 2022-08-08 12:29:33 +01:00
persistent Run gofmt. 2022-08-07 22:30:11 +01:00
pprof Revamp flag handling in pkg/prog. 2022-02-05 14:52:29 +00:00
prog Run gofmt. 2022-08-07 22:30:11 +01:00
rpc Run gofmt. 2022-08-07 22:30:11 +01:00
shell Add new runtime module. 2022-08-08 00:09:02 +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 Run gofmt. 2022-08-07 22:30:11 +01:00
testutil Move pkg/testutil/must.go to a new pkg/must. 2022-06-20 20:29:14 +01:00
tt interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
ui Run gofmt. 2022-08-07 22:30:11 +01:00
wcwidth Improve the wcwidth package. 2021-02-11 00:47:21 +00:00