WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/castbar/Aloft/Libs/TagCompiler-2.0
    from Rev 2222 to Rev 2341
    Reverse comparison

Rev 2222 → Rev 2341

TagCompiler-2.0.lua
739,11 → 739,11
if not dataTable.error then
if #parameterStringList > 0 then
-- result = ("tagMethod%s(data, %s, %s)"):format(identifier, functionString or "true", table.concat(parameterStringList, ", "))
result = ('--[[ 3 ]] (tagMethod%s(data, %s, %s) or "")'):format(identifier, functionString or "true", table.concat(parameterStringList, ", "))
result = ('--[[ 1 ]] (tagMethod%s(data, %s, %s) or "")'):format(identifier, functionString or "true", table.concat(parameterStringList, ", "))
parameterStringList = del(parameterStringList)
else
-- result = ("tagMethod%s(data, %s)"):format(identifier, functionString or "true")
result = ('--[[ 2 ]] (tagMethod%s(data, %s) or "")'):format(identifier, functionString or "true")
result = ('--[[ 0 ]] (tagMethod%s(data, %s) or "")'):format(identifier, functionString or "true")
end
end
end
1044,7 → 1044,7
 
local method = loadstring(functionString)
dataTable.method = method and method() or TagErrorMethods[resultType]
dataTable.functionString = functionString
-- dataTable.functionString = functionString
end
 
EmptyTable(headerCode)
LibTagCompiler-2.0.toc
1,4 → 1,4
## Interface: 30000
## Interface: 40200
## Version: 2.0
## Title: Lib: TagCompiler-2.0
## Notes: A library to provide configuration via simple tag syntax.