mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
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. |
||
|---|---|---|
| .. | ||
| _meta | ||
| async.lua | ||
| config.lua | ||
| health.lua | ||
| indent.lua | ||
| init.lua | ||
| install.lua | ||
| log.lua | ||
| parsers.lua | ||
| util.lua | ||