Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |