File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232From: [name]
3333Comment: [url]
3434Response: [url]
35- Closed: [ Accepted/OutOfScope/Invalid/Rejected/Retracted/Deferred ... or replace this "Closed" line with "Open"]
35+ Closed: Accepted/OutOfScope/Invalid/Rejected/Retracted/Deferred ... or replace this line with "Open"
3636Verified: [url]
37- Resolved: Editorial/Bugfix (for obvious fixes)/Editors' discretion/[url to minutes]
37+ Resolved: Editorial/Bugfix (for obvious fixes)/Editor discretion/[url to minutes]
3838----
3939XXX
4040 exit ;
8383to understand this issue and its resolution.
8484
8585Closed: A status line on how the issue was closed. Triggers colors.
86+ Replacing "Closed" with "Open" marks the issue unresolved.
8687
8788Verified: URL to a message where the commenter indicates satisfaction
8889 with the resolution of the issue.
9899 Editorial - no substantive change
99100 Bugfix - fixes an obvious error with an obvious solution
100101 [URL] - link to WG resolution closing the issue
101- Editor's discretion -
102+ Editor discretion -
102103 This is the tricky one. It's used in cases where
103104 1. the solution isn't obvious (not Bugfix)
104105 2. the impact of the solution is minor and localized:
145146
146147 # Color coding
147148 $code = ' ' ;
148- if (/ \n Verified:\s +http / ) {
149+ if (/ \n Verified:\s +\S + / ) {
149150 $code = ' a' ;
150151 }
151152 elsif (/ \n (?:Closed|Open):\s +(\S +)/ ) {
152153 $code = $statusStyle {lc $1 };
153154 }
154- if (/ \n Open/ or /\nResolved:\ s +Open/ ) {
155+ if (/ \n Open/ ) {
155156 $code .= ' ' if $code ;
156157 $code .= ' open' ;
157158 }
You can’t perform that action at this time.
0 commit comments