hererocks icon indicating copy to clipboard operation
hererocks copied to clipboard

Python script for installing Lua/LuaJIT and LuaRocks into a local directory

Results 8 hererocks issues
Sort by recently updated
recently updated
newest added

I'm getting CERTIFICATE_VERIFY_FAILED when using Python Version 3.8. ``` hererocks c:\hererocks --%LUA% --target %HR_TARGET% -rlatest Fetching Lua 5.1.5 (target: vs_64) from https://www.lua.org/ftp/lua-5.1.5.tar.gz Download failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate...

I can't be the only one who thinks storing a patch inside a string is not ideal. On top of that, the script is not up-to-date with all the patches...

Hello, hererocks has some attractive features that luaver lacks. If someone supplied the necessary patches, would you be open to adding the rest of luaver's functionality to hererocks, so that...

Some options, like `-flto` and `-fPIE` require that the same or a similar option be passed to the linker. See the GCC documentation for `-pie`: > Produce a dynamically linked...

![image](https://github.com/luarocks/hererocks/assets/51864191/e50ac7b3-cd4b-4aca-9582-b76906a08e3d) See the image above. It looks like it could be a url encoding error from python. I'm on Windows. Neovim was installed with scoop. ``` Python 3.9.13 ``` ```...

https://github.com/codecov/codecov-action/releases/tag/v4.0.0 `v4` no longer supports tokenless uploading, but this feature is all but broken due to rate limits, the last successful upload was three month ago: https://app.codecov.io/gh/luarocks/hererocks/commit/4ea0822c30c4ed568d6cb43038224b93aae436f4 For example, https://github.com/luarocks/hererocks/actions/runs/9379552301/job/25824719887...

Currently the latest version supported is vs2015 which is 10 years old and it is increasingly difficult to install old versions of the msvc tools. It would be useful to...

Installing hererocks succeeds, but emits a deprecation warning when installing with Pip3 25.2 (python 3.13): ``` + python -m pip install git+https://github.com/luarocks/hererocks Collecting git+https://github.com/luarocks/hererocks Cloning https://github.com/luarocks/hererocks to /private/var/folders/hg/d8rl25qs4nl00s45_rtwkjmr0000gn/T/pip-req-build-wu8b3e6v Running command...