[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Status of Lua 5.2 module porting
- From: Sam Roberts <vieuxtech@...>
- Date: Thu, 19 Apr 2012 20:46:30 -0700
On Wed, Apr 18, 2012 at 11:10 PM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> On Wed, Apr 18, 2012 at 8:43 PM, Sam Roberts <vieuxtech@gmail.com> wrote:
>> Where is your ported src for luasocket?
>
> It's here: https://github.com/stevedonovan/luabuild/tree/master/modules/luasocket
>
> and based off your fork; I didn't know about Diego's unstable branch.
Diego's is less than a week old. :-) I recreated my repo by forking
his, you might want to do the same.
> The main contribution here is that the Lua modules and tests are now
> Lua 5.2 compatible (and are still 5.1 compatible)
That's great, sounds really useful.
> I'll update the C source from his unstable branch, unless the word
> 'unstable' is not just a label ;)
No, its all the changes from my master, plus from a few other sources.
I'd suggesting forking his repo, and rebasing your changes onto the
head of his unstable before making a pull request to make it as easy
as possible for him to merge.
Thanks,
Sam