You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
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 value
stack traceback:
./nvim/msgpack_rpc_stream.lua:1: in main chunk
[----------] 0 tests from test/session_spec.lua (2.01 ms total)
[----------] Global test environment teardown.
[==========] 24 tests from 2 test files ran. (1647.72 ms total)
[ PASSED ] 24 tests.
[ ERROR ] 1 error, listed below:
[ ERROR ] ./nvim/msgpack_rpc_stream.lua @ 1: suite test/session_spec.lua
1 ERROR
make: *** [Makefile:48: test] Error 1
I.e. when the same spec file is loaded again the local mpack = require('mpack') there fails:
I've noticed that this fails:
cp -a test/session{,_new}_spec.lua; make test
:I.e. when the same spec file is loaded again the
local mpack = require('mpack')
there fails:lua-client/nvim/msgpack_rpc_stream.lua
Line 1 in af24091
It's not clear to me what's causing this - it might indicate some inconsistent global state?
The text was updated successfully, but these errors were encountered: