Alloyed

Results 29 comments of Alloyed

Thanks, the parser I'm using implements a subset of metalua so I can probably just retrofit this onto its output. the EPL suggest that it started in eclipse, and it...

https://github.com/trixnz/lua-fmt

generated this test case https://github.com/Alloyed/imgui-bindings/blob/alloyed/src/lua-bindings/autocomplete.json

My main worry with supporting lua 5.3 is not necessarily getting loverocks to run, but to have it produce valid 5.1 rocks trees, including native modules (most people using loverocks...

hmm, it looks like since I last updated luarocks released a major version. I'm not sure how much work it'll be to fix all the places where we directly hook...

This affects native modules: you can't use a 32-bit DLL with a 64-bit love and vice-versa. The problem is that loverocks has no way of knowing which love.exe you want...

Thanks for the review, I'm working on a commit that resolves it and adds a few of the simpler tests right now. Something else: I noticed that luarocks already calls...

1. Understood on the name/typechecking 2. The CLI tools will allow up to the shortest unique substring, but the issue is that this leads to a potential time-bomb: what if...

Something I noticed: right now, if you use luarocks with an http/https/ssh url, luarocks is forced to do a full clone. Do you remember the reasoning behind it? At least...

A potential solution that doesn't need a full port of luajit: https://github.com/facebook/luaffifb That said, it does use dynasm so presumably it'd need a bit of patching to support asm.js