| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2026-04-14 | fix(lua): not obvious which _meta/ files are generated #39035 | Justin M. Keyes | 1 | |
| Problem: - Not obvious which _meta/ are generated and which should be edited manually. - The require guard (`error('Cannot require a meta file')`) is not consistently present in all meta files. Solution: - Update headers. - Add require() guard to all meta files. - Rename generated meta files with `.gen.lua`. | ||||
