lua-client
lua-client copied to clipboard
DEPRECATED
As discussed [here](https://github.com/neovim/neovim/pull/19140#issuecomment-1171381745). cc @justinmk
From the readme: https://github.com/neovim/lua-client#future-plans > The future of lua-client (this repo) is grim, because the future of Nvim Lua is supple and verdant: > > 1. Nvim core will gain...
This would be used in Neovim's tests then to report if the (embedded) child exited non-zero, or due to some signal. To be used in Neovim's tests: https://github.com/neovim/neovim/pull/11203
I've noticed that this fails: `cp -a test/session{,_new}_spec.lua; make test`: ``` [----------] 24 tests from test/session_new_spec.lua (1645.26 ms total) [----------] Running tests from test/session_spec.lua ./nvim/msgpack_rpc_stream.lua:1: attempt to index a userdata...
Forgive this novice Lua code ... this is my attempt at getting the lua client to print corrupted msgpack streams to screen. The entire blob is also saved to disk...