aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@gmail.com>2024-04-14 14:27:04 +0100
committerGitHub <noreply@github.com>2024-04-14 15:27:04 +0200
commitc34c31af734577255b6fb8a84b5f1ce9ff03cd6a (patch)
treece942ff83dec86073d369465ba367eb973945fb4 /src/nvim/regexp.c
parent4ca6e08327496ed5efc3465c42464319302ba22a (diff)
downloadrneovim-c34c31af734577255b6fb8a84b5f1ce9ff03cd6a.tar.gz
rneovim-c34c31af734577255b6fb8a84b5f1ce9ff03cd6a.tar.bz2
rneovim-c34c31af734577255b6fb8a84b5f1ce9ff03cd6a.zip
ci: enable unittests on macos-14
Add more filters so that LuaJIT can parse headers on macOS 14. The system headers use a style of enum introduced in C++11 (and allowed as an extension in C by clang) of the form: enum Name : Type { The system headers also use bitfields in the mach_vm_range_recipe* types: struct Foo { int bar : 32; } Neither of these constructs can be parsed by LuaJIT, so filter the lines out. Neither of these declarations are used by neovim's unittests. There is a (now closed) issue about bitfields for LuaJIT: https://github.com/LuaJIT/LuaJIT/issues/951 Fixes #26145.
Diffstat (limited to 'src/nvim/regexp.c')
0 files changed, 0 insertions, 0 deletions