Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: reorganize and speed up unit tests | Hisham Muhammad | 2024-02-27 | 1 | -3/+1 |
| | |||||
* | feat(init): add --no-gitignore, --no-wrapper-scripts, --wrapper-dir | Hisham Muhammad | 2024-02-17 | 1 | -0/+63 |
| | | | | Closes #1513. | ||||
* | tests: run tests on Lua 5.4 and LuaJIT 2.1 | Hisham Muhammad | 2022-04-16 | 1 | -2/+2 |
| | |||||
* | editorconfig: trim trailing whitespace | Hisham Muhammad | 2021-03-16 | 1 | -10/+10 |
| | |||||
* | tests: shorter descriptions | Hisham Muhammad | 2020-02-14 | 1 | -6/+6 |
| | |||||
* | fs: fix Lua wrapper for interactive mode | Hisham Muhammad | 2019-09-03 | 1 | -0/+39 |
| | |||||
* | spec/init_spec.lua: cleanup test | Hisham Muhammad | 2019-04-09 | 1 | -3/+1 |
| | |||||
* | cmd: refactor detection code and improve detection of project dir | Hisham Muhammad | 2019-04-01 | 1 | -1/+3 |
| | |||||
* | write_rockspec: fix representation of Lua version dependency | Hisham Muhammad | 2018-09-25 | 1 | -0/+21 |
| | | | | | | | | The Lua version dependency specified with --lua-versions was using the internal table format. This commit ensures that it is stored in rockspecs using the string format. Includes a regression test. | ||||
* | Fix: do not detect .luarocks/config-5.x.lua and lua_modules as modules | Hisham Muhammad | 2018-08-02 | 1 | -1/+51 |
| | | | | | | | | | | | | | Running luarocks init a second time after deleting the rockspec was mis-detects .luarocks/config-5.x.lua as a module, creating an entry `["luarocks.config-5.3"] = ".luarocks/config-5.3.lua"` in `build.modules`. Same problem happened with modules under `lua_modules`. This excludes `.luarocks` and `lua_modules` from module detection. Includes a regression test. Closes #847. | ||||
* | Tests: add test_env.run_in_tmp utility function | George Roman | 2018-07-24 | 1 | -64/+45 |
| | |||||
* | Tests: luarocks init (#811) | George Roman | 2018-06-05 | 1 | -0/+83 |