nvim-neorocks / rocks

An alternative frontend app for luarocks.org
MIT License
29 stars 1 forks source link

[Bug]: Manifest loading for luajit fails #54

Open vhyrro opened 2 months ago

vhyrro commented 2 months ago

Since #45 --lua-version jit has been permitted. However, since then, rocks attempts to grab the manifest-jit file from luarocks.org, which obviously doesn't exist. A unified API should be put in place (LuaVersion::normalize()) that coerces LuaJIT into Lua51.

max397574 commented 2 months ago

I'd be happy to do that

vhyrro commented 2 months ago

Since #45 be sure to also account for --lua-version jit52 :p