nvim-treesitter/lua
Adrian Wang 6620ae1c44
fix(install): use rename-before-unlink on all platforms
Problem: On macOS Apple Silicon, a plain unlink can leave stale code
signature metadata in the kernel cache, causing SIGKILL on next page
fault after `TSUpdate`.

Solution: Apply the rename-then-unlink strategy unconditionally instead
of only on Windows.
2026-03-23 10:32:51 +01:00
..
nvim-treesitter fix(install): use rename-before-unlink on all platforms 2026-03-23 10:32:51 +01:00