Content deleted Content added
Jackmcbarn (talk | contribs) reduce scope of halfargs |
Jackmcbarn (talk | contribs) simplify non-platform reviewers case, and remove j |
||
Line 492:
local halfkeysrev, halfkeysagg = {}, {}
local flags = {}
local sortedArgKeys = {}
for k in pairs(args) do
Line 516 ⟶ 515:
if not flags[halfargs[1]] then
flags[halfargs[1]] = true
table.insert(halfkeysrev
end
end
Line 524 ⟶ 522:
end
else
for
if string.find(tostring(
for
if
table.insert(halfkeysrev
end
end
|