https://bugzilla.wikimedia.org/show_bug.cgi?id=39655
--- Comment #10 from Brad Jorsch <[email protected]> --- (In reply to comment #9) > As Lua/Scribunto become more widespread, I'm trying to avoid a situation > where slight environment differences delay (or actively harm) debugging > modules. The Lua version is a good addition, but I'm wondering if there's any > way to expose specific flags or options that were used when Lua was compiled. There aren't going to be any slight environment differences due to compilation options on WMF wikis, not least because the nature of the LuaSandbox extension is such that we can't have different versions of LuaSandbox running on different wikis.[1] And the process of deploying a new version of LuaSandbox necessarily involves adjusting the version number, as mentioned in comment 6. As for non-WMF wikis, it's probably more likely that there would be differences involved in some using LuaStandalone rather than LuaSandbox. Hopefully that will be at a minimum, though, as things are well sandboxed and Scribunto's unit tests are run against both engines. [1]: It would be possible for different *servers* to have different versions, but aside from transient situations during an actual deploy such a situation would be a sign of a more major problem. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
