Re: Small issue with lfs compiled under mingw
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Small issue with lfs compiled under mingw
- From: Lorenzo Donati <lorenzodonatibz@...>
- Date: 2011年8月09日 15:55:05 +0200
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