| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: check if table entry is nil or not (#1867) | Bruno Thiago | 2026-03-17 | 1 | -0/+38 |
| | | | | | | | | | | | | | | | | | running ```luarocks config local_by_default``` returns ```Error: Unknown entry local_by_default``` and running ```luarocks config local_by_default true``` writes it as a string to the config file: ```lua local_by_default = "true" ``` Same is true to any bool var set as false. This pr aims to fix this issue. | ||||
| * | feat: more informative reports no bad LUA_{INC,LIB}DIR configs | Hisham Muhammad | 2024-02-29 | 1 | -5/+85 |
| | | |||||
| * | fix: better normalization for paths and slashes | Hisham Muhammad | 2024-02-23 | 1 | -2/+2 |
| | | | | | Fixes #1195. | ||||
| * | tests: introduce quick tests | Hisham Muhammad | 2024-02-23 | 1 | -0/+17 |
