Qi Xiao
8ed2c0c461
pkg/daemon: Move API types into an internal package.
2019-12-26 17:26:59 +00:00
Qi Xiao
012b779ca7
pkg/daemon: Make Client an interface.
2019-12-26 17:23:18 +00:00
Qi Xiao
1eaa350364
pkg/program/shell: Handle error in readFileUTF8.
...
This supersedes #842 .
2019-12-26 16:43:56 +00:00
Qi Xiao
eb38fb0259
Make sure that changes introduced in 0.13 are documented.
2019-12-26 16:31:24 +00:00
Qi Xiao
d4c434334f
website: Use elvdoc for the ref/edit.md.
...
All existing docs that are not in elvdoc form are added to corresponding files
in pkg/edit.
2019-12-26 15:23:40 +00:00
Tw
93a6f11993
fix a kill-small-word-left typo ( #880 )
...
Signed-off-by: Tw <wei.tan@intel.com>
Co-authored-by: Wei Tan <wei.tan@intel.com>
2019-12-26 01:19:15 +00:00
Qi Xiao
8fd49cada9
Merge pkg/cli/el/* into pkg/cli.
2019-12-26 01:15:24 +00:00
Qi Xiao
f465a3950a
pkg/cli: Unexport ConstPrompt.
2019-12-26 00:37:56 +00:00
Qi Xiao
6af1df9524
pkg/cli/el/codearea: Cleanups, preparing for package merge.
2019-12-26 00:34:07 +00:00
Qi Xiao
7716c2603f
pkg/cli/el/*: Rename symbols, preparing for package merge.
2019-12-24 16:00:55 +00:00
Qi Xiao
1858c6f9c5
pkg/cli: Simplify the LateUpdates method of Prompt and Highlighter.
...
The LateUpdates method of both interfaces used to return a channel of
ui.Text, but the ui.Text sent on the channel is not actually used by
App. This commit changes the method to return a channel of struct{}
instead, serving purely as a notification.
Also update other references to this method, as well as test cases.
2019-12-24 00:38:37 +00:00
Qi Xiao
e45fdf7228
Move all libraries to new pkg/.
2019-12-23 20:00:59 +00:00