Module:Module introspection: Difference between revisions

Ganaram inukshuk (talk | contribs)
mNo edit summary
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 19: Line 19:
-- CURRENT BUGS DEEMED NON-ISSUES AT TIME OF WRITING:
-- CURRENT BUGS DEEMED NON-ISSUES AT TIME OF WRITING:
-- If strings contain actual code, they will be treated as part of the code.
-- If strings contain actual code, they will be treated as part of the code.
-- This should be a non-issue as long as no module adds any actual code, or if
-- This is considered a non-issue since no modules should (nor did they at time
-- it does, it's broken into enough pieces that it won't be detected as proper
-- of writing) contain actual lua code as a literal string (code but enclosed in
-- code. This is considered a non-issue since no modules (currently) have code
-- quotes).
-- in strings. (This one did at one point, but only for testing purposes)


-- Helper function
-- Helper function