nix-community.nixvim/tests/test-sources/modules/performance
Stanislav Asunkin 5b47c65705 tests/modules/performance/byte-compile-lua: improve bytecode detection
Previously, to determine if a file is byte-compiled, a simple binary
file detection was used, specifically checking if it contained any null
bytes. This commit updates the check to read the file header and compare
it with a known LuaJIT header.
2025-05-12 17:39:01 +03:00
..
files modules/performance: add ability to byte compile lua configuration files 2024-07-31 11:31:40 +00:00
byte-compile-lua.nix tests/modules/performance/byte-compile-lua: improve bytecode detection 2025-05-12 17:39:01 +03:00
combine-plugins.nix tests/modules/performance/combine-plugins: improve assertion messages 2025-04-28 17:26:13 +03:00