This code:
TextCandy = require("…/lib_text_candy")
used to work, but since at latest build (maybe earlier, I missed a few)
throws an error:
Runtime error
Error calling ‘require("…/lib_text_candy")’. Lua requires package names to use ‘.’ as path separators, not ‘/’. Replace the ‘/’ characters with ‘.’ and try again.
The fix is to remove the …/ path ref, but is this a bug or a feature? [import]uid: 17438 topic_id: 26567 reply_id: 326567[/import]