| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
Improve builtin build backend errors
|
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Show error message from fs.copy when failed to install a file.
Nice for Lua module files, since their existence is not checked
beforehand.
Also remove extra 'local ok, err' declarations.
|
| | | |_|_|_|_|_|_|/ / /
| | |/| | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Fixes incorrect gcc command and error message when a file name
doesn't contain a dot:
Error: Build error: Failed compiling object .o
becomes
Error: Build error: Failed compiling object dotlessname
|
|/ / / / / / / / / / / |
|
|/ / / / / / / / / / |
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
LuaRocks does `mkdir -p` (or equivalent), so we can check
for the entire chain of parents for a writable directory.
Closes #449.
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Ensure consistent output for Lua 5.3 where key order of pairs() can
change between two runs.
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ |
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
write config directory only if explictly given, use defaults otherwise
|
| | | |_|_|_|_|_|/ / /
| | |/| | | | | | | | |
|
| |/ / / / / / / / / |
|
|/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Alternative fix for problem mentioned in #352.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Win installer: Unversion LR target path
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Fix patch error message when source is different
|
| | |_|_|_|_|_|/ / /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
check_patched() relies on throwing and catching string 'nomatch'.
Pass 0 as the second argument for error() when throwing to avoid
location info being added to the message.
Fixes lack of error when patch should fail with "source is different" error.
|
|/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Interpret empty lines in hunk bodies as empty context lines, that is,
add a space to them. This is consistent with command-line patch tool
behaviour.
Fixes #434.
|
| | | | | | | | | |
|
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
See #422.
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Update tar.lua
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
fix a bug occured when unrar some .tar files using this module
|
| |_|_|_|_|/ / /
|/| | | | | | | |
|
|/ / / / / / / |
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
git+http and git+https pass '--' instead of '--depth=1' option.
As '--branch' option was passed after depth, it caused the former
to be interpreted as an extra argument by git. Pass '--branch' first
instead.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
src/luarocks/cfg.lua
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Strip only known extensions
|
| | | |_|/ / /
| | |/| | | | |
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
Refactor cfg config file loading
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
removing duplicate code and error handling.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
directly operating on `cfg.platform`
|
|/ / / / / / |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
As noted by @mpeterv in https://github.com/keplerproject/luarocks/pull/400#issuecomment-116307146
Changed them so they all use imperative verb form.
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
'config' command does not have a help message
|
| | | | | | |
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
'--rockspec-format' option allows selecting rockspec format version when
writing a rockspec.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Only when using Windows 64 bits and the msvc compiler. CMake
uses the x86 generator by default. We need to tell it explicitly
that we wan't to use the x64 generator.
refs #382
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds -DCMAKE_GENERATOR_PLATFORM=x64 when needed. It seems that
CMake does not do that by default (although I might be wrong on that).
fixes #382
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|