ci: also run upstream Nvim if_pyth tests#611
Conversation
6e16abe to
7e2dfd3
Compare
|
Currently oldtest fail with the following error The test fail is let caught_859 = 0
try
let v = py3eval("vim")
catch /can not serialize 'LegacyVim' object/
let caught_859 = 1
endtry
call assert_equal(1, caught_859)For pynvim installed with No idea why it cannot show pynvim error now |
|
LegacyVim is stored in pynvim/pynvim/plugin/script_host.py Lines 35 to 36 in 9f7df02 perhaps the |
This comment was marked as resolved.
This comment was marked as resolved.
We do some pre-processing for releases, e.g. we remove debug logging: pynvim/scripts/disable_log_statements.sh Lines 6 to 8 in 9f7df02 |
|
Oh yes, that is the reason. If I run |
6d40891 to
596f1d5
Compare
e7955ff to
179ab2e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
57b517a to
15e16ea
Compare
|
Ready for review. Only a few MacOS tests (that have always been flaky) fail |
963cd75 to
6d4af1f
Compare
f2b4206 to
555cb27
Compare
3313694 to
151bcb4
Compare
Nvim oldtest for if_pyth cover some cases not covered by test suite of pynvim. Instead of porting them to pynvim, we can just clone neovim repo to run those oldtest Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Nvim oldtest for if_pyth cover some cases not covered by test suite of pynvim. Instead of porting them to pynvim, we can just clone neovim repo to run those oldtest