[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Too many C Levels
- From: Alfredo Palhares <masterkorp@...>
- Date: Mon, 04 Mar 2013 15:50:03 +0100
Hello,
Thanks a lot for you answer.
I spent some time around this and I found what causes it.
Since the file was only an init.lua, i hardcoded the package.path with pwd[1]
what I initially tough there was no problem, and require did read it.
Later on[2] i properly fixed it, it works like a charm !
I know its a silly mistake but it causes an interesting error, that its not even intuitive to read.
Should we do something about this ?
[1] https://github.com/masterkorp/awesome-tyranical/commit/a9fd39153cba6e69943fe990532c8f2675ed31e0#L0L-1
[2] https://github.com/masterkorp/awesome-tyranical/commit/939276d5422ec07b2d24bd5260e6cd3349ca2a48
--
Regards,
Alfredo Palhares