lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 15 August 2013 07:07, steve donovan <steve.j.donovan@gmail.com> wrote:
> On Thu, Aug 15, 2013 at 6:39 AM, Sean Conner <sean@conman.org> wrote:
>>
>> > I've missed the documentation somewhere (I do find it hard to believe
>> > a library that has been around so long has none).
>>   Alas, that's a problem I have ...
>
> There I can help you: http://luaposix.github.io/luaposix/docs/index.html

Excellent! Pretty sure that wasn't there when I originally sent that,
so thanks for your work (I see it's using LDoc...).

Also, regarding my previous complaint about errors... luaposix
actually returns errno as the third result after an error (this
definitely existed when I wrote my original issue list, but I'd missed
it). Quite clever, because it means assert() will still do the right
thing (when you're in an assert() kind of mood).

Regards,
Matthew