Skip to content

Commit 578f086

Browse files
committed
Add some preliminary <issueslist> attribute additions, and apply a few <replace> elements.
1 parent 393f52e commit 578f086

File tree

1 file changed

+43
-39
lines changed

1 file changed

+43
-39
lines changed

xml/config.xml

Lines changed: 43 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44
defect_docno="D????"
55
closed_docno="D????"
66
date="2014-05-30"
7+
doc_name="C++ Standard Library"
8+
doc_reference="ISO/IEC IS 14882:2011(E)"
79
title="pre-Rapperswil mailing"
10+
owner="Library Working Group"
11+
owner_abbrev="LWG"
812
>
913

1014
<intros>
1115
<intro list="Active">
12-
<p>Reference ISO/IEC IS 14882:2011(E)</p>
16+
<p>Reference <replace "doc_reference"/></p>
1317
<p>Also see:</p>
1418
<ul>
1519
<li><a href="lwg-toc.html">Table of Contents</a> for all library issues.</li>
@@ -19,13 +23,13 @@
1923
<li><a href="lwg-closed.html">Library Closed Issues List</a></li>
2024
</ul>
2125
<p>The purpose of this document is to record the status of issues
22-
which have come before the Library Working Group (LWG) of the INCITS PL22.16
26+
which have come before the <replace "owner"/> (<replace "owner-abbrev"/>) of the INCITS PL22.16
2327
and ISO WG21 C++ Standards Committee. Issues represent
24-
potential defects in the ISO/IEC IS 14882:2011(E) document.
28+
potential defects in the <replace "doc_reference"/> document.
2529
</p>
2630

2731
<p>This document contains only library issues which are actively being
28-
considered by the Library Working Group, i.e., issues which have a
32+
considered by the <replace "owner"/>, i.e., issues which have a
2933
status of <a href="lwg-active.html#New">New</a>, <a href="lwg-active.html#Open">Open</a>,
3034
<a href="lwg-active.html#Ready">Ready</a>, or <a href="lwg-active.html#Review">Review</a>. See
3135
<a href="lwg-defects.html">Library Defect Reports List</a> for issues considered defects and
@@ -42,9 +46,9 @@
4246
into a single version.</p>
4347

4448
<p>This document includes <i>[bracketed italicized notes]</i> as a
45-
reminder to the LWG of current progress on issues. Such notes are
49+
reminder to the <replace "owner-abbrev"/> of current progress on issues. Such notes are
4650
strictly unofficial and should be read with caution as they may be
47-
incomplete or incorrect. Be aware that LWG support for a particular
51+
incomplete or incorrect. Be aware that <replace "owner-abbrev"/> support for a particular
4852
resolution can quickly change if new viewpoints or killer examples are
4953
presented in subsequent discussions.</p>
5054

@@ -123,7 +127,7 @@ ownership of it.
123127
</intro>
124128

125129
<intro list="Defects">
126-
<p>Reference ISO/IEC IS 14882:2011(E)</p>
130+
<p>Reference <replace "doc_reference"/></p>
127131
<p>Also see:</p>
128132
<ul>
129133
<li><a href="lwg-toc.html">Table of Contents</a> for all library issues.</li>
@@ -133,7 +137,7 @@ ownership of it.
133137
<li><a href="lwg-closed.html">Library Closed Issues List</a></li>
134138
</ul>
135139
<p>This document contains only library issues which have been closed
136-
by the Library Working Group (LWG) after being found to be defects
140+
by the <replace "owner"/> (<replace "owner-abbrev"/>) after being found to be defects
137141
in the standard. That is, issues which have a status of <a href="lwg-active.html#DR">DR</a>,
138142
<a href="lwg-active.html#TC1">TC1</a>, <a href="lwg-active.html#C++11">C++11</a>,
139143
or <a href="lwg-active.html#Resolved">Resolved</a>. See the
@@ -144,7 +148,7 @@ ownership of it.
144148
</intro>
145149

146150
<intro list="Closed">
147-
<p>Reference ISO/IEC IS 14882:2011(E)</p>
151+
<p>Reference <replace "doc_reference"/></p>
148152
<p>Also see:</p>
149153
<ul>
150154
<li><a href="lwg-toc.html">Table of Contents</a> for all library issues.</li>
@@ -155,7 +159,7 @@ ownership of it.
155159
</ul>
156160

157161
<p>This document contains only library issues which have been closed
158-
by the Library Working Group as duplicates or not defects. That is,
162+
by the <replace "owner"/> as duplicates or not defects. That is,
159163
issues which have a status of <a href="lwg-active.html#Dup">Dup</a> or
160164
<a href="lwg-active.html#NAD">NAD</a>. See the <a href="lwg-active.html">Library Active Issues List</a> active issues and more
161165
information. See the <a href="lwg-defects.html">Library Defect Reports List</a> for issues considered
@@ -164,7 +168,7 @@ ownership of it.
164168
</intro>
165169

166170
<intro list="TOC">
167-
<p>Reference ISO/IEC IS 14882:2011(E)</p>
171+
<p>Reference <replace "doc_reference"/></p>
168172

169173
<p>This document is the Table of Contents for the <a href="lwg-active.html">Library Active Issues List</a>,
170174
<a href="lwg-defects.html">Library Defect Reports List</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.</p>
@@ -177,7 +181,7 @@ ownership of it.
177181
</intro>
178182

179183
<intro list="Section">
180-
<p>Reference ISO/IEC IS 14882:2011(E)</p>
184+
<p>Reference <replace "doc_reference"/></p>
181185

182186
<p>This document is the Index by Section for the <a href="lwg-active.html">Library Active Issues List</a>,
183187
<a href="lwg-defects.html">Library Defect Reports List</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.</p>
@@ -190,7 +194,7 @@ ownership of it.
190194
</intro>
191195

192196
<intro list="Status">
193-
<p>Reference ISO/IEC IS 14882:2011(E)</p>
197+
<p>Reference <replace "doc_reference"/></p>
194198

195199
<p>This document is the Index by Status for the <a href="lwg-active.html">Library Active Issues List</a>,
196200
<a href="lwg-defects.html">Library Defect Reports List</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.</p>
@@ -1607,7 +1611,7 @@ of issue <iref ref="29"/>. Add further rationale to issue
16071611
</revision>
16081612

16091613
<revision tag="R11">
1610-
post-Kona mailing: Updated to reflect LWG and full committee actions
1614+
post-Kona mailing: Updated to reflect <replace "owner-abbrev"/> and full committee actions
16111615
in Kona (99-0048/N1224). Note changed resolution of issues
16121616
<iref ref="4"/> and <iref ref="38"/>. Added issues <iref ref="196"/>
16131617
to <iref ref="198"/>. Closed issues list split into "defects" and
@@ -1630,7 +1634,7 @@ pre-Kona mailing. Added issues <iref ref="140"/> to
16301634
</revision>
16311635

16321636
<revision tag="R8">
1633-
post-Dublin mailing. Updated to reflect LWG and full committee actions
1637+
post-Dublin mailing. Updated to reflect <replace "owner-abbrev"/> and full committee actions
16341638
in Dublin. (99-0016/N1193, 21 Apr 99)
16351639
</revision>
16361640

@@ -1660,7 +1664,7 @@ issues corrected. (22 Oct 98)
16601664

16611665
<revision tag="R3">
16621666
post-Santa Cruz II: Issues <iref ref="94"/> to <iref ref="109"/>
1663-
added, many issues updated to reflect LWG consensus (12 Oct 98)
1667+
added, many issues updated to reflect <replace "owner-abbrev"/> consensus (12 Oct 98)
16641668
</revision>
16651669

16661670
<revision tag="R2">
@@ -1676,46 +1680,46 @@ format, <iref ref="64"/> title. (17 Sep 98)
16761680
</revision_history>
16771681

16781682
<statuses>
1679-
<p>Issues reported to the LWG transition through a variety of statuses,
1683+
<p>Issues reported to the <replace "owner-abbrev"/> transition through a variety of statuses,
16801684
indicating their progress towards a resolution. Typically, most issues
16811685
will flow through the following stages.
16821686
</p>
16831687

16841688
<p><b><a name="New">New</a></b> - The issue has not yet been
1685-
reviewed by the LWG. Any <b>Proposed Resolution</b> is purely a
1689+
reviewed by the <replace "owner-abbrev"/>. Any <b>Proposed Resolution</b> is purely a
16861690
suggestion from the issue submitter, and should not be construed as
1687-
the view of LWG.</p>
1691+
the view of <replace "owner-abbrev"/>.</p>
16881692

1689-
<p><b><a name="Open">Open</a></b> - The LWG has discussed the issue
1693+
<p><b><a name="Open">Open</a></b> - The <replace "owner-abbrev"/> has discussed the issue
16901694
but is not yet ready to move the issue forward. There are several
16911695
possible reasons for open status:</p>
16921696
<ul>
16931697
<li>Consensus may have not yet have been reached as to how to deal
16941698
with the issue.</li>
1695-
<li>Informal consensus may have been reached, but the LWG awaits
1699+
<li>Informal consensus may have been reached, but the <replace "owner-abbrev"/> awaits
16961700
exact <b>Proposed Resolution</b> wording for review.</li>
1697-
<li>The LWG wishes to consult additional technical experts before
1701+
<li>The <replace "owner-abbrev"/> wishes to consult additional technical experts before
16981702
proceeding.</li>
16991703
<li>The issue may require further study.</li>
17001704
</ul>
17011705

17021706
<p>A <b>Proposed Resolution</b> for an open issue is still not be
1703-
construed as the view of LWG. Comments on the current state of
1707+
construed as the view of <replace "owner-abbrev"/>. Comments on the current state of
17041708
discussions are often given at the end of open issues in an italic
17051709
font. Such comments are for information only and should not be given
17061710
undue importance.</p>
17071711

17081712
<p><b><a name="Review">Review</a></b> - Exact wording of a
17091713
<b>Proposed Resolution</b> is now available for review on an issue
1710-
for which the LWG previously reached informal consensus.</p>
1714+
for which the <replace "owner-abbrev"/> previously reached informal consensus.</p>
17111715

1712-
<p><b><a name="Ready">Ready</a></b> - The LWG has reached consensus
1716+
<p><b><a name="Ready">Ready</a></b> - The <replace "owner-abbrev"/> has reached consensus
17131717
that the issue is a defect in the Standard, the <b>Proposed
17141718
Resolution</b> is correct, and the issue is ready to forward to the
17151719
full committee for further action as a Defect Report (DR).</p>
17161720

17171721
<p>Typically, an issue must have a proposed resolution in the currently
1718-
published issues list, whose wording does not change during LWG review, to
1722+
published issues list, whose wording does not change during <replace "owner-abbrev"/> review, to
17191723
move to the Ready status.</p>
17201724

17211725
<p><b><a name="Voting">Voting</a></b> - This status should not be seen
@@ -1745,27 +1749,27 @@ format, <iref ref="64"/> title. (17 Sep 98)
17451749
on.
17461750
</p>
17471751

1748-
<p><b><a name="Deferred">Deferred</a></b> - The LWG has discussed the issue,
1752+
<p><b><a name="Deferred">Deferred</a></b> - The <replace "owner-abbrev"/> has discussed the issue,
17491753
is not yet ready to move the issue forward, but neither does it deem the
17501754
issue significant enough to delay publishing a standard or Technical Report.
17511755
A typical deferred issue would be seeking to clarify wording that might be
17521756
technically correct, but easily mis-read.</p>
17531757

17541758
<p>A <b>Proposed Resolution</b> for a deferred issue is still not be
1755-
construed as the view of LWG. Comments on the current state of
1759+
construed as the view of <replace "owner-abbrev"/>. Comments on the current state of
17561760
discussions are often given at the end of open issues in an italic
17571761
font. Such comments are for information only and should not be given
17581762
undue importance.</p>
17591763

1760-
<p><b><a name="Core">Core</a></b> - The LWG has discussed the issue, and feels
1764+
<p><b><a name="Core">Core</a></b> - The <replace "owner-abbrev"/> has discussed the issue, and feels
17611765
that some key part of resolving the issue is better handled by a cleanup of
17621766
the language in the Core part of the standard. The issue is passed to the Core
17631767
Working Group, which should ideally open a corresponding issue that can be
17641768
linked from the library issue. Such issues will be revisitted after Core have
17651769
made (or declined to make) any changes.
17661770
</p>
17671771

1768-
<p><b><a name="EWG">EWG</a></b> - The LWG has discussed the issue, and wonder
1772+
<p><b><a name="EWG">EWG</a></b> - The <replace "owner-abbrev"/> has discussed the issue, and wonder
17691773
that some key part of resolving the issue is better handled by some (hopefully
17701774
small) extension to the language. The issue is passed to the Evolution Working
17711775
Group, which should ideally open a corresponding issue that can be linked from
@@ -1792,7 +1796,7 @@ format, <iref ref="64"/> title. (17 Sep 98)
17921796

17931797
<p><b><a name="C++11">C++11</a></b> - (C++ Standard, as revised for 2011) - The full
17941798
WG21/PL22.16 committee has voted to accept the Defect Report's Proposed Resolution into
1795-
the published 2011 revision to the C++ standard, ISO/IEC IS 14882:2011(E).</p>
1799+
the published 2011 revision to the C++ standard, <replace "doc_reference"/>.</p>
17961800

17971801
<p><b><a name="CD1">CD1</a></b> - (Committee Draft 2008) - The full
17981802
WG21/PL22.16 committee has voted to accept the Defect Report's Proposed
@@ -1803,30 +1807,30 @@ format, <iref ref="64"/> title. (17 Sep 98)
18031807
Resolution as a Technical Corrigenda. Action on this issue is thus
18041808
complete and no further action is possible under ISO rules.</p>
18051809

1806-
<p><b><a name="TRDec">TRDec</a></b> - (Decimal TR defect) - The LWG has voted to
1810+
<p><b><a name="TRDec">TRDec</a></b> - (Decimal TR defect) - The <replace "owner-abbrev"/> has voted to
18071811
accept the Defect Report's Proposed Resolution into the Decimal TR. Action on this
18081812
issue is thus complete and no further action is expected.</p>
18091813

1810-
<p><b><a name="Resolved">Resolved</a></b> - The LWG has reached consensus
1814+
<p><b><a name="Resolved">Resolved</a></b> - The <replace "owner-abbrev"/> has reached consensus
18111815
that the issue is a defect in the Standard, but the resolution adopted to
18121816
resolve the issue came via some other mechanism than this issue in the
18131817
list - typically by applying a formal paper, occasionally as a side effect
18141818
of consolidating several interacting issue resolutions into a single issue.</p>
18151819

1816-
<p><b><a name="Dup">Dup</a></b> - The LWG has reached consensus that
1820+
<p><b><a name="Dup">Dup</a></b> - The <replace "owner-abbrev"/> has reached consensus that
18171821
the issue is a duplicate of another issue, and will not be further
18181822
dealt with. A <b>Rationale</b> identifies the duplicated issue's
18191823
issue number.</p>
18201824

1821-
<p><b><a name="NAD">NAD</a></b> - The LWG has reached consensus that
1825+
<p><b><a name="NAD">NAD</a></b> - The <replace "owner-abbrev"/> has reached consensus that
18221826
the issue is not a defect in the Standard.</p>
18231827

1824-
<p><b><a name="NAD Editorial">NAD Editorial</a></b> - The LWG has reached consensus that
1828+
<p><b><a name="NAD Editorial">NAD Editorial</a></b> - The <replace "owner-abbrev"/> has reached consensus that
18251829
the issue can either be handled editorially, or is handled by a paper (usually
18261830
linked to in the rationale).</p>
18271831

18281832
<p><b><a name="NAD Future">NAD Future</a></b> - In addition to the regular
1829-
status, the LWG believes that this issue should be revisited at the next
1833+
status, the <replace "owner-abbrev"/> believes that this issue should be revisited at the next
18301834
revision of the standard.</p>
18311835

18321836
<p><b><a name="NAD Concepts">NAD Concepts</a></b> - This status reflects an evolution
@@ -1855,15 +1859,15 @@ format, <iref ref="64"/> title. (17 Sep 98)
18551859
<p>Issues are always given the status of <a href="lwg-active.html#New">New</a> when
18561860
they first appear on the issues list. They may progress to
18571861
<a href="lwg-active.html#Open">Open</a> or <a href="lwg-active.html#Review">Review</a>
1858-
while the LWG is actively working on them. When the LWG has reached consensus on
1862+
while the <replace "owner-abbrev"/> is actively working on them. When the <replace "owner-abbrev"/> has reached consensus on
18591863
the disposition of an issue, the status will then change to
18601864
<a href="lwg-active.html#Dup">Dup</a>, <a href="lwg-active.html#NAD">NAD</a>, or
18611865
<a href="lwg-active.html#Ready">Ready</a> as appropriate. Once the full PL22.16 committee
18621866
votes to forward Ready issues to the Project Editor, they are given the status of Defect
18631867
Report ( <a href="lwg-active.html#DR">DR</a>). These in turn may become the basis for
18641868
Technical Corrigenda (<a href="lwg-active.html#TC1">TC1</a>), or are closed without action
18651869
other than a Record of Response (<a href="lwg-active.html#Resolved">Resolved</a> ). The
1866-
intent of this LWG process is that only issues which are truly defects in the Standard move
1870+
intent of this <replace "owner-abbrev"/> process is that only issues which are truly defects in the Standard move
18671871
to the formal ISO DR status.
18681872
</p>
18691873

0 commit comments

Comments
 (0)