[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Newbie question
- From: James Graves <james.c.graves.jr@...>
- Date: Wed, 20 Jul 2011 15:04:57 -0500
I've started poking at the luarocks source code to get it to work with Lua 5.2.
I don't have it running yet. I haven't (for example) fixed the need
for setfenv() yet. And I've since gotten distracted...
However, you can take a look at this commit to see my attempt to fix
all the hardcoded references to '5.1' and such in the code.
https://github.com/ansible07/luarocks/commit/12431c127b3ce189cbc0a38cc24e636da1873ff7
As I say in the commit comment, it is really just something to start
the conversation.
James Graves