neovim/test
ZyX 0d56118d86 msgpack_rpc: Fix crash in log_server_msg
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"
2016-06-24 16:53:26 +03:00
..
benchmark test: Remove references to tiny.vim/small.vim/mbyte.vim 2016-05-22 15:55:38 -04:00
config shada: When using shada-r normalize option path 2015-10-08 22:01:10 +03:00
functional msgpack_rpc: Fix crash in log_server_msg 2016-06-24 16:53:26 +03:00
includes test: sys/fcntl.h -> fcntl.h 2016-01-14 23:36:58 -05:00
unit fixup! unittests: Add tests for vim_to_object function 2016-06-24 16:53:26 +03:00
.luacheckrc test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
helpers.lua functests: Check logs in lua code 2016-06-10 21:50:49 +03:00