- Add fix for MSVC 2019 detection
- Use HTTPS for various download URLs
- Added support for Lua 5.4.4
- Actually pushed changes that went missing in previous release
- FreeBSD support
- Added support for Lua 5.4.3
- Added patches for Lua 5.4.3, 5.4.2
- Added support for LuaRocks 3.7.0, 3.8.0
- Fixed and improved CI tests
- Added support for Lua 5.3.6, 5.4.1, 5.4.2
- Added patches for Lua 5.4.0
- Added support for LuaRocks 3.4.0, 3.5.0
- Support for Lua 5.4.0
- Fix activate_posix to work with Bash POSIX mode
- Added support for Lua 5.4.0-rc1
- Added support for LuaRocks 3.0.3 - 3.3.1.
latest
and^
aliases point to3.3.1
. - Added support for moonjit 2.2.0
- Added support for RaptorJIT
- Added support for rc versions of Lua
- Added support for LuaRocks 3.0.0 - 3.0.2.
latest
and^
aliases still point to2.4.4
. --show
can now be used when installing programs; all programs present in the given location are listed after installation is complete.
package.path
for Lua 5.3+ built with hererocks now includes./?/init.lua
, just as with standard Lua.
-
Added support for Lua 5.4.0-work1 and 5.4.0-work2.
-
Added support for Lua 5.3.5.
-
Added patches for Lua 5.3.4:
Lua crashes when building sequences with more than 2^30 elements
Table length computation overflows for sequences larger than 2^31 elements
Memory-allocation error when resizing a table can leave it in an inconsistent state
- Added support for LuaRocks 2.4.4.
- Using
3
as version when installing LuaRocks now uses master branch of the LuaRocks git repo instead ofluarocks-3
. - Added
lua_pushcclosure should not call the garbage collector when n is zero
patch for Lua 5.3.4.
- Added support for LuaRocks 2.4.3.
- When installing PUC-Rio Lua from a git repo or local sources, source files
are expected to be in root directory instead of
src
. This allows one to install Lua from the default Lua repo at github.com/lua/lua.
- Added support for LuaJIT 2.0.5 and 2.1.0-beta3.
- Added fallback to a mirror for PUC-Rio Lua download.
- Added
--timeout
option for downloads.
- When building Lua with custom cflags, hererocks now instructs LuaRocks to use same flags when building C modules.
- Added support for Lua 5.3.4.
- Fixed an error when setting up cl.exe and hererocks has been installed using
a version of pip that passes
prefix/hererocks
instead ofprefix/hererocks-script.py
assys.argv[0]
.
- Added support for LuaRocks 2.4.2.
- LuaRocks is now configured to allow using config in user home directory.
In particular, API keys for
luarocks upload
command are now properly cached.
- Added support for LuaRocks 2.4.1.
- Updated URL for LuaRocks downloads and default git repo.
- Added support for LuaRocks 2.4.0.
- Added two new patches for bugs in Lua 5.3.3, try
--patch
. - Caching of downloads now works on Unix-like systems even when
$HOME
is unset (#28).
- hererocks now creates activation scripts a-la virtualenv in
<location>/bin
. Bash, Zsh, Dash, Fish, Csh, Batch, and PowerShell are supported. - Lua 5.3.3 can now be patched to fix a bug (
Expression list with four or more expressions in a 'for' loop can crash the interpreter
), try--patch
.
- Added support for LuaRocks 2.0.13.
- Fixed occasional SHA256 mismatches when downloading LuaJIT (#27).
- Fixed error when installing from non-default git repo on Windows.
- Added support for Lua 5.3.3.
- Windows support with automatic Visual Studio setup.
- New values for
--target
option for selecting Visual Studio version and target architecture. - New
--show
option for listing programs installed in a location. - New
--patch
option for applying official patches for bugs in Lua (#21). - Documented
--downloads
and--builds
options, may be useful for caching.
- Fixed an error when a command failed when using Python 3 (#15).
- Fixed error when running with
HOME
environment variable undefined (#24).
Fixed a bug that resulted in Lua being built without compatibility flags (#14).
hererocks --luajit 2.1
now installs LuaJIT 2.1.0-beta2 instead of using v2.1 git branch. Usehererocks --luajit @v2.1
to get old behaviour.
- LuaJIT versions 2.1.0-beta1 - 2.1.0-beta2 are now supported.
- Lua is now built manually (
make
is not run). - OS X 10.4+ support for Lua 5.1.0 - 5.1.2.
- SHA256 checksums for downloaded archives are now verified (#13).
--no-readline
flag for building Lua without readline library.- Lua archives are now downloaded using HTTPS.
luajit.h
is installed for LuaJIT (#11, #12).jit.*
modules work correctly for LuaJIT 2.0.1.
LuaRocks 2.3.0 is now supported.
- Documented --no-git-cache option.
- Fixed error when installing Lua 5.1 on OS X, thanks to @xpol.
- Fetch LuaJIT from GitHub mirror archive to avoid 'Connection refused' errors when installing it on Travis.
- LuaRocks versions 2.0.8 - 2.0.12 are now supported.
--compat=none
now turns off Lua 5.0 compatibility options when installing Lua 5.1- Default git repos are cached.
- New
--cflags
option for adding custom compiler flags when compiling Lua and LuaJIT.
- LuaJIT
jit.*
modules are now properly installed.
- Lua 5.3.2 is now supported.
- Versions of installed programs are showed in status messages.
- Removed
-c
and-t
shortcuts.
--verbose
flag that prints commands hererocks runs.- hererocks now checks if requested versions are already installed, and skips
installation in that case. Override using
--ignore-installed/-i
flag. - PUC Rio Lua now has default git URI.
- Installing from a git branch now works with newer git versions.
The first release.