Open technomancy opened 9 years ago
Update: I found that there was a working bin/metalua
script in an older revision. I have a feeling I shouldn't be working from the master branch; however the .rockspec
files claim the latest version is 0.7.2
which does not exist as a git tag.
Please tag the latest stable release; thanks!
It looks like the 0.7.3
tags exist in this repo instead: git://git.eclipse.org/gitroot/koneki/org.eclipse.koneki.metalua.git
Is the github repo deprecated? If so can this be documented?
Wow, almost 4 years ago... Maybe we can't get the answer here...
The manual is written as if there is a
metalua
executable, but I could not find one. Linkingmetalua.lua
to the$PATH
appears to be insufficient since a) there is no shebang and b) it does not set upLUA_PATH
correctly. I've created my own script that evalsluarocks path
before execing lua, but even this only works when it's run from the metalua checkout.