aboutsummaryrefslogtreecommitdiff
path: root/test/client/uv_stream.lua
Commit message (Collapse)AuthorAge
* fix(client): wait for session to exitbfredl2023-02-10
| | | | | | This replicates the old native.pid_wait(self._pid) call, except using the proper libuv pattern (run loop unitil exit callback)
* refactor(tests): move lua-client into core and use it for functionaltestsbfredl2023-02-10
Eliminates lua-client and non-static libluv as test time dependencies Note: the API for a public lua-client is not yet finished. The interface needs to be adjusted to work in the embedded loop of a nvim instance (to use it to talk between instances)