> On Jan 13, 2011, at 11:55 AM, Alexander Gladysh wrote:
>
>> Sorry to nag, but — any news on this?
>>
>> Can someone at least push these changes to the GitHub?

Hi,

Sorry about the mess. The 2.0.4 code is now pushed to GitHub.

On Thu, Jan 13, 2011 at 6:35 PM, Doug Currie <[email protected]> wrote:
>> To get around the "Could not find expected file" problem I modified 2.0.4's 
>> fs/lua.lua
>
> --- Test for existance of a file.
> -- @param file string: filename to test
> -- @return boolean: true if file exists, false otherwise.
> function exists(file)
>   assert(file)
>   file = normalize(file)
>   return type(lfs.attributes(file)) == "table" -- note lfs.attributes call
> end

Ouch, my bad. So much for last-minute changes. This fix is pushed as well.

-- Hisham

_______________________________________________
Luarocks-developers mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers

Reply via email to