aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * List commands in `luarocks show`Peter Melnichenko2016-11-121-4/+16
| |
| * Fix module paths `luarocks show` displays for "asset" filesPeter Melnichenko2016-11-123-25/+28
| | | | | | | | | | | | | | | | Remove path.which that produced incorrect results for files with no .lua/.so/.dll extension, reimplement similar functionality in luarocks.repos (with support for commands as well) and use that instead. Ref #424.
| * luarocks.repos: refactor repos.package_{modules,commands}Peter Melnichenko2016-11-051-25/+29
| |
| * luarocks.repos: refactor recurse_rock_manifest_treePeter Melnichenko2016-11-051-18/+16
| |
| * Merge branch 'master' into luarocks-3Peter Melnichenko2016-11-043-185/+207
| |\
| * | Use optional lpeg feature when available.Hisham2016-11-011-0/+1
| | |
| * | Remove dead codeHisham2016-11-011-3/+0
| | |
| * | Fix merge of rocks_provided [2].Hisham2016-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now a parameter, because depending on the rockspec version the set of default rocks_provided for a rockspec may change. This is to maintain compatibility with rocks provided by LuaRocks versions in rockspec format 1.0. When checking dependencies for a rockspec, we ensure we respect that to keep backward compatibility. When we check dependencies for the manifest as a whole, we can use the larger set of rocks_provided known by the current LuaRocks version.
| * | Fix merge of rocks_provided.Hisham2016-10-311-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now a parameter, because depending on the rockspec version the set of default rocks_provided for a rockspec may change. This is to maintain compatibility with rocks provided by LuaRocks versions in rockspec format 1.0. When checking dependencies for a rockspec, we ensure we respect that to keep backward compatibility. When we check dependencies for the manifest as a whole, we can use the larger set of rocks_provided known by the current LuaRocks version.
| * | Merge branch 'new-cmd-dir' into luarocks-3Hisham2016-10-3032-345/+387
| |\ \
| | * \ Merge branch 'new-cmd-dir'Hisham2016-10-3066-2057/+2180
| | |\ \
| | | * | Fix references to writer.make_manifestHisham2016-10-291-4/+4
| | | | |
| | | * | Fix names of modules that no longer require _cmdHisham2016-10-292-0/+0
| | | | |
| | | * | Merge branch 'luarocks-3' into new-cmd-dirHisham2016-10-294-86/+167
| | | |\ \
| | | * | | Move admin commands to luarocks.admin.cmd.*; fix references to modules.Hisham2016-10-2910-35/+36
| | | | | |
| | | * | | Keep only command driver functions in luarocks.cmdHisham2016-10-285-1086/+36
| | | | | |
| | | * | | Keep only functions shared among commandsHisham2016-10-285-312/+9
| | | | | |
| | | * | | Move files that will live in base dir back.Hisham2016-10-2819-1896/+0
| | | | | |
| | | * | | Duplicate files to preserve git-blameHisham2016-10-2838-0/+3286
| | | | | |
| * | | | | Merge branch 'master' into luarocks-3Hisham2016-10-306-51/+86
| |\| | | |
| * | | | | "soft-revert" support for building static libs.Hisham2016-10-292-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is causing a conflict in the manifest file. Looks like we'll need to extend the manifest format anyway.
| * | | | | Fix references to writer.make_manifestHisham2016-10-291-4/+4
| | |_|/ / | |/| | |
| * | | | Adjust changes by @mpeterv in #638 to new locations.Hisham2016-10-292-67/+126
| | | | |
| * | | | Merge branch 'master' into luarocks-3Hisham2016-10-292-19/+41
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' into luarocks-3Hisham2016-10-283-32/+18
| |\ \ \ \
| * | | | | Fix merge.Hisham2016-10-281-1/+0
| | | | | |
| * | | | | Merge branch 'master' into luarocks-3Hisham2016-10-2714-43/+72
| |\ \ \ \ \
| * | | | | | Check rockspec_version before running type check.Hisham2016-10-251-5/+6
| | | | | | |
| * | | | | | Merge branch 'master' into luarocks-3Hisham2016-10-202-14/+22
| |\ \ \ \ \ \
| * | | | | | | Make sure brand-new rockspec table has the utility function.Hisham2016-10-201-0/+3
| | | | | | | |
| * | | | | | | Merge branch 'master' into luarocks-3Hisham2016-10-203-100/+164
| |\ \ \ \ \ \ \
| * | | | | | | | Add format-check function in rockspec table.Hisham2016-10-194-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids sprinkling the luarocks.deps dependency everywhere.
| * | | | | | | | Merge branch 'master' into luarocks-3Hisham2016-10-194-18/+29
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Refactor error message and add extra checks.Hisham2016-10-194-17/+16
| | | | | | | | | |
| * | | | | | | | | Avoid circular dependency.Hisham2016-10-191-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into luarocks-3Hisham2016-10-185-13/+24
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into luarocks-3Hisham2016-10-152-4/+9
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Oops, my dev environment leaked in a commit, sorry.Hisham2016-10-152-4/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Add labels and issues_url metadataHisham2016-10-143-0/+15
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into luarocks-3Hisham2016-10-147-105/+123
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Tweak tests for luarocks-3 branch.Hisham2016-07-282-2/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Move sortedpairs to core; used by luarocks.loader.Hisham2016-07-282-62/+63
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix field name building in type_check.luaHisham2016-07-281-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port fix by @mpeterv in 5f069526966ae37319ba745644a43e0cf64ad62c
| * | | | | | | | | | | | Merge branch 'master' into luarocks-3Hisham2016-07-286-8/+16
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Core modules reorganization.Hisham2016-06-3058-1518/+1420
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Isolate all modules used by luarocks.loader in a luarocks.core.* namespace. Core modules can only require other core modules, and they only use require() at the top-level chunk. In other words, after luarocks.loader is setup, package.path can be altered at will and it should not affect the ability of luarocks.loader to run, and the luarocks.loader modules should not interfere with modules loaded later. This was motivated by @robooo's GSoC work on porting the LuaRocks test suite to Lua using Busted. Busted itself runs using luarocks.loader, and we need to ensure that the modules loaded by the tests do not conflict with the ones used by luarocks.loader. A circular dependency between luarocks.manif and luarocks.search was removed by creating a separate luarocks.manif.writer module. Also, luarocks-admin commands were moved to a luarocks.admin.* namespace.
| * | | | | | | | | | | | | Merge branch 'master' into luarocks-3Hisham2016-06-294-6/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Remove now unused function deps.deps_mode_to_flagPeter Melnichenko2016-06-131-4/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove 'run' interface for commandsPeter Melnichenko2016-06-1325-32/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into luarocks-3Peter Melnichenko2016-06-132-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into luarocks-3Peter Melnichenko2016-06-1358-741/+577
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \