lua-users home
lua-l archive

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


Hi,

I found an issue with pl.dir.makepath() on Windows, Linux and Mac OSX. Here is the error message.

$ lua
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
> require( "pl.dir" )
> pl.dir.makepath( "foo/bar" )
/usr/share/lua/5.1/pl/dir.lua:199: attempt to get length of local 'p' (a nil value)
stack traceback:
/usr/share/lua/5.1/pl/dir.lua:199: in function 'makepath'
/usr/share/lua/5.1/pl/dir.lua:202: in function 'makepath'
/usr/share/lua/5.1/pl/dir.lua:202: in function 'makepath'
stdin:1: in main chunk
[C]: ?

Thoughts?
--
Regards,
Ryan