nvim-treesitter/lua/nvim-treesitter
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
..
_meta feat(parsers)!: remove gitlab-hosted blueprint, fusion, jsonc 2025-12-06 18:10:39 +01:00
async.lua feat(install)!: migrate to latest async.nvim impl (#7856) 2025-05-16 18:33:52 +02:00
config.lua refactor(config): no trailing slash in installdir 2026-03-14 19:19:10 +01:00
health.lua refactor(config): no trailing slash in installdir 2026-03-14 19:19:10 +01:00
indent.lua refactor(config): prefer vim.list.unique for normalization 2025-08-06 13:22:02 +02:00
init.lua feat(api): expose list of available and installed languages 2025-05-29 12:11:56 +02:00
install.lua fix(install): use rename-before-unlink on all platforms 2026-03-23 10:32:51 +01:00
log.lua feat: improve logging of failed installs 2025-05-12 18:43:40 +02:00
parsers.lua fix(parsers): track default branch for perl, pod (#8605) 2026-03-22 16:49:17 +00:00
util.lua feat(install): support custom queries 2025-06-04 11:35:41 +02:00