On Fri, Dec 3, 2010 at 12:21 AM, Thijs Koerselman
<thijskoersel...@gmail.com> wrote:
> Not sure I understand what the proposed fix is. Should I include the file
> in another way then: require "pl.strict" ?

I mean explicitly pulling in the modules. So if you need pretty.dump(t), then

local pretty = require 'pl.pretty'

require 'pl' tries to be clever; modules are only loaded if they are
referenced, and I suspect this cleverness is causing problems in this
case.

steve d.

_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to