elvish/pkg/edit
Qi Xiao 75ee261fcb pkg/eval: Remove access methods for exported fields.
The exported fields are intended to be mutated directly.
2022-06-18 19:01:59 +01:00
..
complete pkg/edit/complete: Improve analysis of variable definitions. 2022-06-14 20:50:57 +01:00
filter Make parse.Source naming more consistent 2022-05-29 17:36:29 +01:00
highlight Don't dot import pkg/ui 2022-06-04 23:39:19 +01:00
binding_map_test.go Refactor the API of eval.NsBuilder to be completely based on methods. 2021-10-23 21:44:11 +01:00
binding_map.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
buf_to_html_test.go Don't dot import pkg/tt 2022-06-04 23:39:19 +01:00
buf_to_html.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
buffer_builtins.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
builtins_test.go Clarify error message when writing values to port not supporting it. 2022-06-07 20:29:34 +01:00
builtins.go Make parse.Source naming more consistent 2022-05-29 17:36:29 +01:00
command_api_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
command_api.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
complete_getopt_test.go Clarify error message when writing values to port not supporting it. 2022-06-07 20:29:34 +01:00
complete_getopt.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
completion_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
completion.go pkg/edit/complete: Change Complete to take an Evaler. 2022-04-11 21:39:29 +01:00
config_api_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
config_api.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
editor_test.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
editor.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
highlight_test.go Don't dot import pkg/tt 2022-06-04 23:39:19 +01:00
highlight.go Improve searching PATH on Windows for completions 2022-03-12 22:49:52 +00:00
hist_store.go Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
histwalk_test.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
histwalk.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
init.elv Remove support for the legacy lambda syntax. 2022-01-03 00:47:41 +00:00
insert_api_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
insert_api.go Fixup for #1549. 2022-06-05 22:37:52 +01:00
instant_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
instant.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
key_binding.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
listing_custom.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
listing_nonwindows_test.go Require Go 1.18. 2022-03-20 15:28:23 +00:00
listing_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
listing_windows_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
listing.go pkg/eval: Remove access methods for exported fields. 2022-06-18 19:01:59 +01:00
minibuf_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
minibuf.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
navigation_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
navigation.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
prompt_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
prompt.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
repl.go Cleanups to rc.elv references 2021-12-24 01:40:01 +00:00
state_api_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
state_api.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
store_api_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
store_api.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
testutils_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
vars_test.go Replace AnyError in tests with a specific error 2021-12-13 01:08:24 +00:00
vars.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00