Control: tag -1 pending

Hello,

Bug #1052945 in neovim reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/vim-team/neovim/-/commit/1ef33139d48e4c1d92ae4f686ca4895e137dfe5c

------------------------------------------------------------------------
fix(unittests): ignore __s128 and __u128 types in ffi

Linux added these types to their userspace headers in [6.5], which
causes unit tests to fail like

```
-------- Running tests from test/unit/api/private_helpers_spec.lua
RUN       vim_to_object converts true: 17.00 ms ERR
test/unit/helpers.lua:748: test/unit/helpers.lua:732: (string) '
test/unit/helpers.lua:264: ';' expected near '__s128' at line 194'
exit code: 256

stack traceback:
        test/unit/helpers.lua:748: in function 'itp_parent'
        test/unit/helpers.lua:784: in function <test/unit/helpers.lua:774>
```

Since we don't use these types, they can be ignored to avoid LuaJIT's C
parser choking on them.

[6.5]: 
https://github.com/torvalds/linux/commit/224d80c584d3016cb8d83d1c33914fdd3508aa8c

(cherry picked from commit 9afbfb4d646cd240e97dbaae109f12bfc853112c)
Signed-off-by: James McCoy <james...@debian.org>
Closes: #1052945
------------------------------------------------------------------------

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1052945

Reply via email to