| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: add test case for #1874test-pin | Hisham Muhammad | 2026-04-06 | 2 | -7/+5 |
| | | |||||
| * | 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. | ||||
| * | fix(build): ensure --force works for build | Hisham Muhammad | 2024-04-05 | 2 | -0/+45 |
| | | |||||
| * | tests: convert some install tests | Hisham Muhammad | 2024-03-13 | 1 | -0/+211 |
| | | |||||
| * | tests: convert most pack tests | Hisham Muhammad | 2024-03-13 | 1 | -0/+128 |
| | | |||||
| * | tests: replace new_version with quick tests | Hisham Muhammad | 2024-03-13 | 1 | -0/+213 |
| | | |||||
| * | tests: convert downgrade test to spec/quick | Hisham Muhammad | 2024-03-13 | 1 | -0/+46 |
| | | |||||
| * | fix(windows): parse slashes correctly when reading rock_manifest | Hisham Muhammad | 2024-03-06 | 1 | -0/+47 |
| | | |||||
| * | tests(quick): more consistent processing of tmpdir | Hisham Muhammad | 2024-03-06 | 4 | -12/+12 |
| | | |||||
| * | fix: check permissions before trying to lock | Hisham Muhammad | 2024-03-05 | 1 | -24/+52 |
| | | | | | This should provide a better error message. | ||||
| * | feat: better error message when lacking permissions | Hisham Muhammad | 2024-02-29 | 1 | -7/+28 |
| | | | | | | | The lock error message has clobbered the check_command_permissions error message. This is an interim solution, but we should probably move the permissions check further up for a more informative error. | ||||
| * | tests: speed up and simplify | Hisham Muhammad | 2024-02-29 | 7 | -6/+407 |
| | | |||||
| * | feat: more informative reports no bad LUA_{INC,LIB}DIR configs | Hisham Muhammad | 2024-02-29 | 2 | -5/+121 |
| | | |||||
| * | feat(build,install): only rebuild and reinstall when using --force | Hisham Muhammad | 2024-02-29 | 2 | -0/+82 |
| | | |||||
| * | tests: reorganize and speed up unit tests | Hisham Muhammad | 2024-02-27 | 1 | -0/+22 |
| | | |||||
| * | tests: replace some more tests with quick tests | Hisham Muhammad | 2024-02-26 | 1 | -3/+254 |
| | | |||||
| * | fix: better normalization for paths and slashes | Hisham Muhammad | 2024-02-23 | 2 | -4/+4 |
| | | | | | Fixes #1195. | ||||
| * | tests: introduce quick tests | Hisham Muhammad | 2024-02-23 | 4 | -0/+273 |
| | | |||||
| * | fix: handle error if test.command is not a string. | Hisham Muhammad | 2024-02-21 | 1 | -0/+51 |
| Fixes #1055. | |||||
