aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks/loader.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Return error message for require loaderRob Hoelz2012-09-111-2/+2
| | | | | | require() expects a loader to return a string when an error occurs. This patch has Luarocks do this as well.
* enforce proper order in the loader... apparently this has been working "by ↵Hisham Muhammad2012-09-101-4/+4
| | | | accident" for a long time.
* Oops, fooled by the precedence rules. This should fix the fix for #52.Hisham Muhammad2012-05-151-1/+1
|
* Add module header comments to make the LDoc index page nicer, and move some ofHisham Muhammad2011-12-211-0/+6
| | | | | them around to make LDoc happy, as it doesn't expect local variable declarations before the actual module is declared.
* Add extra check for integrity of manifest file and document the internal ↵Hisham Muhammad2011-12-091-2/+38
| | | | workings of luarocks.loader module. Closes #52.
* Replace all print()'s by appropriate calls to send messages to stdout and ↵Hisham Muhammad2011-08-131-6/+6
| | | | stderr. Closes #11.
* minor documentation fixesHisham Muhammad2011-07-201-2/+2
|
* work with rockspecs with no dependencieshisham2009-10-241-2/+5
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@110 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* fix implementation of which()hisham2009-10-151-3/+6
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@101 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* add a which() function, as requested by Fabio Mascarenhas :)hisham2009-10-131-12/+33
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@100 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Fix conflict resolution scheme using proper Lua 5.1 mechanismhisham2009-10-111-19/+11
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@76 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Retained luarocks.requirehisham2009-10-081-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@72 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Let's use luarocks.loader as the namehisham2009-10-081-0/+167
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@71 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* remove old loaderhisham2009-10-051-241/+0
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@70 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* rename module to luarocks.loaderhisham2009-10-041-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@55 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* movehisham2009-10-041-0/+241
git-svn-id: http://luarocks.org/svn/luarocks/trunk@54 9ca3f7c1-7366-0410-b1a3-b5c78f85698c