aboutsummaryrefslogtreecommitdiff
path: root/spec/quick/config.q (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: check if table entry is nil or not (#1867)Bruno Thiago2026-03-171-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 configsHisham Muhammad2024-02-291-5/+85
|
* fix: better normalization for paths and slashesHisham Muhammad2024-02-231-2/+2
| | | | Fixes #1195.
* tests: introduce quick testsHisham Muhammad2024-02-231-0/+17