mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 21:55:17 -07:00
0d56118d86
It appears that used msgpack library is not able to parse back message created by msgpack_rpc_from_object() if nesting level is too high, so log_server_msg now cares about msgpack_unpack_next() return value. Also error message from server_notifications_spec.lua is not readable if something is wrong (though at least now it does not crash when parsing deeply nested structures). log_server_msg() in the test reports [msgpack-rpc] nvim -> client(1) [error] "parse error" |
||
---|---|---|
.. | ||
api | ||
autocmd | ||
clipboard | ||
eval | ||
ex_cmds | ||
ex_getln | ||
fixtures | ||
job | ||
legacy | ||
normal | ||
options | ||
plugin | ||
provider | ||
shada | ||
shell | ||
terminal | ||
ui | ||
viml | ||
dict_notifications_spec.lua | ||
helpers.lua | ||
preload.lua |