CodeFixthisList in split format
|
{{TableOfContents}}
|
Below is a table of FIXTHIS lines in the source code for tbwiki.
This table is created using data_scan and table modules.
|
Below is a table of FIXTHIS lines in the source code for tbwiki.
This table is created using data_scan and table modules.
|
|
= FIXTHIS lines in master branch =
{{{#!Table:master
source_spec=find:/home2/birdorg/work/fuego-master:FIXTHIS
match_spec="""
record_start=.*FIXTHIS
description=.*FIXTHIS[ -:]*(.*)$
file=%%(base1)s
line_no=%%(line_no)s
"""
|
cols=file:line_no:description
sortby=file:alpha,line_no:int
}}}
|
cols=file:line_no:description
sortby=file:alpha,line_no:int
}}}
|
|
= FIXTHIS lines in next branch =
{{{#!Table:next
source_spec=find:/home2/birdorg/work/fuego-next:FIXTHIS
match_spec="""
record_start=.*FIXTHIS
description=.*FIXTHIS[: -]*(.*)$
priority=.*FIXTHIS[: -]*(\([^)]*\))?
file=%%(base1)s
line_no=%%(line_no)s
"""
show_edit_links=0
cols=file:line_no:priority:description
sortby=priority:alpha,file:alpha,line_no:int
}}}
|