luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

fail on windows #82

Closed zhaozg closed 9 years ago

zhaozg commented 9 years ago

compiling: libs/pkg.lua compiling: libs/rdb.lua compiling: libs/rules.lua compiling: libs/vfs.lua compiling: main.lua compiling: package.lua fail: [string "bundle:/libs/core.lua"]:375: attempt to call field 'processDeps' (a nil value) stack traceback: [string "bundle:/libs/core.lua"]:375: in function 'make' [string "bundle:/commands/make.lua"]:10: in function 'fn' [string "bundle:deps/require.lua"]:275: in function 'require' [string "bundle:/main.lua"]:32: in function <[string "bundle:/main.lua"] :20> [C]: in function 'xpcall' [string "bundle:/main.lua"]:20: in function <[string "bundle:/main.lua"] :13>

creationix commented 9 years ago

Master is currently broken. Sorry for the trouble.

creationix commented 9 years ago

Master had the dangerous changes reverted and the new re-factored code is in review at https://github.com/luvit/lit/pull/84 if you could please give it a test.

zhaozg commented 9 years ago

OK

zhaozg commented 9 years ago

image

Test Pass