Debian Patches
Status for neovim/0.7.2-7
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fixtests-check-for-eof-on-exit-of-nvim-p.patch | fix(tests): check for EOF on exit of nvim properly | bfredl <bjorn.linse@gmail.com> | no | 2022-06-08 | ||
testmksession_spec-use-bwipeout-instead-.patch | test(mksession_spec): use %bwipeout! instead of qall! to close terminal (#19465) Avoid expect_exit, session will be closed when a new one is spawned. |
zeertzjq <zeertzjq@outlook.com> | no | 2022-07-22 | ||
test-deal-with-rpc-call-causing-nvim-to-.patch | test: deal with RPC call causing Nvim to exit later | zeertzjq <zeertzjq@outlook.com> | no | 2022-07-19 | ||
testlet_spec-increase-expect_exit-timeou.patch | test(let_spec): increase expect_exit() timeout Test ":unlet self-referencing node in a List graph #6070" feeds many characters into typeahead, so a timeout of only 100 milliseconds sometimes fails. Change that timeout to 1000 milliseconds. |
zeertzjq <zeertzjq@outlook.com> | no | 2022-08-05 | ||
testjob_spec-accept-alternate-messages-f.patch | test(job_spec): accept alternate messages for "append environment" tests These tests commonly fail in Debian with [ ERROR ] test/functional/core/job_spec.lua @ 81: jobs append environment with pty #env test/functional/helpers.lua:198: ============================================================================== test/helpers.lua:73: Expected objects to be the same. Passed in: (table: 0x2aa4bcc1040) { *[1] = { [1] = 'notification' [2] = 'stdout' *[3] = { [1] = 0 *[2] = { [1] = 'hello world abc' } } } } Expected: (table: 0x2aa4bcc0d70) { *[1] = { [1] = 'notification' [2] = 'stdout' *[3] = { [1] = 0 *[2] = { [1] = 'hello world abc' *[2] = '' } } } } Since the test is validating the "hello world abc" message, not the newlines, accept either set of message sequences. |
James McCoy <jamessan@jamessan.com> | no | 2022-07-16 | ||
fixtreesitter-validate-language-name.patch | fix(treesitter): validate language name language names for code blocks, which may be lead to errors when looking for a corresponding parser in runtime path. characters and `_` (e.g., for `c_sharp`) and error otherwise. (cherry picked from commit c032e83b22994332dd8769ef34cb817906a63cac) |
Christian Clason <c.clason@uni-graz.at> | no | 2023-01-26 | ||
fixtest-adapt-test-to-release-0.8.patch | fix(test): adapt test to release-0.8 | Christian Clason <c.clason@uni-graz.at> | no | 2023-01-31 |