Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Strip known extensions | Ignacio Burgueño | 2015-06-30 | 2 | -0/+25 | |
|/ | ||||||
* | Merge pull request #400 from ignacio/400-config-help | Hisham Muhammad | 2015-06-29 | 2 | -1/+33 | |
|\ | | | | | 'config' command does not have a help message | |||||
| * | Adds missing tests | Ignacio Burgueño | 2015-06-26 | 2 | -1/+33 | |
| | | ||||||
* | | Add a test for '--rockspec-format' option | mpeterv | 2015-06-26 | 2 | -0/+2 | |
|/ | ||||||
* | Make 'build' field in rockspecs mandatory. | Ignacio Burgueño | 2015-06-24 | 3 | -0/+14 | |
| | | | | | | | | | Rockspecs must have a 'build' field. If by any chance, it is not needed (see #379), add this: ````lua build = { type = "none" } ```` | |||||
* | Add `luarocks config` command for querying LuaRocks settings. | Hisham Muhammad | 2015-05-18 | 1 | -0/+11 | |
| | ||||||
* | Update lmathx used for testing Lua 5.3 | Hisham Muhammad | 2015-05-11 | 1 | -2/+3 | |
| | ||||||
* | Address issues spotted in the review | Ignacio Burgueño | 2015-04-14 | 2 | -5/+4 | |
| | ||||||
* | Adds --only-deps flag to install command | Ignacio Burgueño | 2015-04-14 | 2 | -18/+16 | |
| | | | | | | Introduces new function in 'install' module to only install the dependencies of a rock. Also adds the tests to the wip Lua test driver. | |||||
* | Adds --only-deps flag to the 'build' command. | Ignacio Burgueño | 2015-04-14 | 1 | -0/+20 | |
| | | | | | | As discussed in #287, adds a new flag (--only-deps) to the 'build' command, so only the dependencies of a rock are installed, and not the rock itself. | |||||
* | Decided to step back in turn this into a warning. | Hisham Muhammad | 2015-04-13 | 2 | -2/+2 | |
| | | | | `luarocks list` on an empty ~/.luarocks is a valid use case. | |||||
* | Fail when given an invalid tree. | Hisham Muhammad | 2015-04-13 | 2 | -0/+3 | |
| | ||||||
* | Add test that checks for error in default sysconfig. | Hisham Muhammad | 2015-04-08 | 2 | -2/+11 | |
| | | | | See #346. | |||||
* | Continuing slowly. Distracted by code golf. :) | Hisham Muhammad | 2015-04-07 | 1 | -27/+59 | |
| | ||||||
* | Starting to port test suite from Unix shell to Lua. | Hisham Muhammad | 2015-04-03 | 1 | -0/+361 | |
| | ||||||
* | Merge pull request #335 from ignacio/appveyor | Hisham Muhammad | 2015-04-01 | 1 | -0/+9 | |
|\ | | | | | Adds integration with AppVeyor | |||||
| * | Improved the CI scripts | Ignacio Burgueño | 2015-03-27 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | Ported back part of the work made [here](https://github.com/ignacio/lua-appveyor-example) by @moteus and me. I still need to write a test runner of sorts. | |||||
* | | Remove failing test. Try this some other time. | Hisham Muhammad | 2015-03-26 | 1 | -1/+0 | |
| | | ||||||
* | | Force package to be in cache. | Hisham Muhammad | 2015-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Add more simple tests. | Hisham Muhammad | 2015-03-26 | 1 | -0/+9 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/keplerproject/luarocks | Hisham Muhammad | 2015-03-26 | 1 | -7/+13 | |
|\ \ | ||||||
| * | | Make localhost a known host. | Hisham Muhammad | 2015-03-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | Try not to block checking server identification. | Hisham Muhammad | 2015-03-26 | 1 | -0/+3 | |
| | | | ||||||
| * | | Let's see if Travis allow sftp'ing to localhost. | Hisham Muhammad | 2015-03-26 | 1 | -7/+9 | |
| | | | ||||||
* | | | More small tests. | Hisham Muhammad | 2015-03-26 | 1 | -2/+8 | |
|/ / | ||||||
* | | Add trivial tests for `luarocks upload` | Hisham Muhammad | 2015-03-26 | 1 | -1/+7 | |
| | | ||||||
* | | luacov-coveralls overwrites luacov.report.out! | Hisham Muhammad | 2015-03-25 | 1 | -7/+10 | |
| | | ||||||
* | | luacov-coveralls did not exit with 0? | Hisham Muhammad | 2015-03-25 | 1 | -2/+1 | |
| | | ||||||
* | | Run luacov-coveralls from $testing_dir | Hisham Muhammad | 2015-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | Avoid tests that mess with the testing environment. | Hisham Muhammad | 2015-03-25 | 1 | -4/+6 | |
| | | ||||||
* | | Let's try Coveralls | Hisham Muhammad | 2015-03-25 | 1 | -3/+6 | |
| | | ||||||
* | | Fix inconsistency in --homepage flag in `luarocks doc` and `luarocks ↵ | Hisham Muhammad | 2015-03-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | write_rockspec`. `luarocks doc` now uses --home. | |||||
* | | Fix tests: new flag parser detected invalid flags in the testsuite. | Hisham Muhammad | 2015-03-23 | 1 | -7/+7 | |
| | | ||||||
* | | Add support for space in long option assignments. | Hisham Muhammad | 2015-03-23 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support assignments in long option in two tokens, so that ``` luarocks --only-from /foo/bar build luasocket ``` is accepted as a synonym to: ``` luarocks --only-from=/foo/bar build luasocket ``` (This is consistent with the GNU getopt handling of "--" long options.) Closes #65. | |||||
* | | Fail nicely if CWD does not exist. Fixes #147. | Hisham Muhammad | 2015-03-23 | 1 | -0/+2 | |
|/ | ||||||
* | Add test files that were not committed before. | Hisham Muhammad | 2015-03-17 | 4 | -0/+14 | |
| | ||||||
* | Test success of patching in `unpack`. Closes #316. | Hisham Muhammad | 2015-03-09 | 2 | -0/+32 | |
| | | | | Includes test cases for the test suite! Yay! | |||||
* | Don't crash when asking for help on invalid cmd. | Hisham Muhammad | 2015-03-04 | 1 | -0/+1 | |
| | ||||||
* | Use updated LuaFileSystem for Lua 5.3 | Hisham Muhammad | 2015-01-15 | 1 | -1/+1 | |
| | ||||||
* | Updates for Lua 5.3 compatibility | Hisham Muhammad | 2015-01-13 | 1 | -3/+7 | |
| | ||||||
* | Update stdlib for 5.3 | Hisham Muhammad | 2015-01-12 | 1 | -1/+1 | |
| | | | | (thought I had this in the previous commit!) | |||||
* | Merge branch 'master' of https://github.com/keplerproject/luarocks | Hisham Muhammad | 2015-01-12 | 1 | -1/+1 | |
|\ | ||||||
| * | use cprint version compatible with Lua 5.3 | Philipp Janda | 2015-01-12 | 1 | -1/+1 | |
| | | ||||||
* | | Updates for Lua 5.3 support | Hisham Muhammad | 2015-01-12 | 1 | -6/+8 | |
|/ | ||||||
* | Update stdlib for Lua 5.3 compatibility | Hisham Muhammad | 2015-01-12 | 1 | -1/+1 | |
| | ||||||
* | Add test that catches #228. | Hisham Muhammad | 2015-01-12 | 1 | -0/+2 | |
| | ||||||
* | Updates to testing infrastructure (use new luasec, luacov) | Hisham Muhammad | 2015-01-12 | 1 | -6/+7 | |
| | ||||||
* | Add test for #295. | Hisham Muhammad | 2014-11-26 | 1 | -0/+1 | |
| | ||||||
* | Make test suite detect crashes on tests that should fail gracefully. | Hisham Muhammad | 2014-11-26 | 1 | -3/+12 | |
| | ||||||
* | Turn failure into success in test. | Hisham Muhammad | 2014-06-26 | 1 | -1/+1 | |
| | | | | | Oh, excellent, with the new fallback code in fs.download, this doesn't fail anymore! |