lua-users home
lua-l archive

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


A couple other trivial bugs, and it now compiles cleanly with Lua 5.2.
For non-windows users there is a new function, lfs.link, to create a
hard or symbolic link.

--
Fabio Mascarenhas



On Tue, Aug 9, 2011 at 10:55 AM, Lorenzo Donati
<lorenzodonatibz@interfree.it> wrote:
> Thank you very much for the prompt reply!
>
> On 09/08/2011 15.14, Fabio Mascarenhas wrote:
>>
>> I had fixed this bug at http://github.com/keplerproject/luafilesystem
>> a while ago, but never got around to release a version 1.5.1, probably
>> because it was so minor;it cannot cause a memory leak, as the
>> "closed" directory is actually closed, and its resources freed, when
>> the object is collected (or you call :close a second time).
>>
> Good to know! Thanks.
>
>> Anyway, LFS has got some contributed code lately that merits a new
>> release, I will do it ASAP.
>>
> Good!
>
> Out of curiosity, will the new code add new functionalities for the user or
> are just bug fixes/performance enhacements/code refactorings?
>
>> --
>> Fabio Mascarenhas
>>
>>
>
> -- Lorenzo
>
>