Skip to content

Commit

Permalink
Automatic update from GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 18, 2024
1 parent b8c40d7 commit d32be40
Show file tree
Hide file tree
Showing 22 changed files with 54 additions and 36 deletions.
16 changes: 11 additions & 5 deletions issue4156.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ <h3 id="4156"><a href="lwg-active.html#4156">4156</a>. <code>error_category</cod
</blockquote>
</p>
<p>
However, it actually fails to identify any encodings and, remarkably,
this is the only place in the whole diagnostics section that mentions the
word "encoding". The definition of <code class='backtick'>error_category::message</code>
However, this doesn't seem to be referring to a character encoding,
just something about how an error is encoded into an integer value.
The definition of <code class='backtick'>error_category::message</code>
(19.5.3.2 <a href="https://wg21.link/syserr.errcat.virtuals">[syserr.errcat.virtuals]</a> p5) just says:
<blockquote>
<pre><code>virtual string message(int ev) const = 0;</code></pre>
Expand All @@ -88,8 +88,7 @@ <h3 id="4156"><a href="lwg-active.html#4156">4156</a>. <code>error_category</cod
A string that describes the error condition denoted by <code class='backtick'>ev</code>.
</p>
</blockquote>
This makes it pretty much impossible to reliably use the provided API
for its intended purpose.
This says nothing about character encoding either.
</p>
<p>
There is also implementation divergence:
Expand Down Expand Up @@ -119,6 +118,13 @@ <h3 id="4156"><a href="lwg-active.html#4156">4156</a>. <code>error_category</cod
The proposed resolution is similar to the one of LWG <a href="lwg-active.html#4087" title="Standard exception messages have unspecified encoding (Status: SG16)">4087</a>.
</p>

<p><i>[2024-09-18; Jonathan comments]</i></p>

<p>It might make sense to stop using the word "encoding" in
19.5.3.1 <a href="https://wg21.link/syserr.errcat.overview">[syserr.errcat.overview]</a>.
</p>



<p id="res-4156"><b>Proposed resolution:</b></p>
<p>
Expand Down
18 changes: 12 additions & 6 deletions lwg-active.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</tr>
</table>
<h1>C++ Standard Library Active Issues List (Revision D125)</h1>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>Also see:</p>
Expand Down Expand Up @@ -68852,9 +68852,9 @@ <h3 id="4156"><a href="#4156">4156</a><sup><a href="https://cplusplus.github.io/
</blockquote>
</p>
<p>
However, it actually fails to identify any encodings and, remarkably,
this is the only place in the whole diagnostics section that mentions the
word "encoding". The definition of <code class='backtick'>error_category::message</code>
However, this doesn't seem to be referring to a character encoding,
just something about how an error is encoded into an integer value.
The definition of <code class='backtick'>error_category::message</code>
(19.5.3.2 <a href="https://wg21.link/syserr.errcat.virtuals">[syserr.errcat.virtuals]</a> p5) just says:
<blockquote>
<pre><code>virtual string message(int ev) const = 0;</code></pre>
Expand All @@ -68863,8 +68863,7 @@ <h3 id="4156"><a href="#4156">4156</a><sup><a href="https://cplusplus.github.io/
A string that describes the error condition denoted by <code class='backtick'>ev</code>.
</p>
</blockquote>
This makes it pretty much impossible to reliably use the provided API
for its intended purpose.
This says nothing about character encoding either.
</p>
<p>
There is also implementation divergence:
Expand Down Expand Up @@ -68894,6 +68893,13 @@ <h3 id="4156"><a href="#4156">4156</a><sup><a href="https://cplusplus.github.io/
The proposed resolution is similar to the one of LWG <a href="lwg-active.html#4087" title="Standard exception messages have unspecified encoding (Status: SG16)">4087</a>.
</p>

<p><i>[2024-09-18; Jonathan comments]</i></p>

<p>It might make sense to stop using the word "encoding" in
19.5.3.1 <a href="https://wg21.link/syserr.errcat.overview">[syserr.errcat.overview]</a>.
</p>



<p id="res-4156"><b>Proposed resolution:</b></p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion lwg-closed.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</tr>
</table>
<h1>C++ Standard Library Closed Issues List (Revision D125)</h1>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>Also see:</p>
Expand Down
2 changes: 1 addition & 1 deletion lwg-defects.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</tr>
</table>
<h1>C++ Standard Library Defect Reports and Accepted Issues (Revision D125)</h1>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>Also see:</p>
Expand Down
2 changes: 1 addition & 1 deletion lwg-immediate.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>C++ Standard Library Issues Resolved Directly In [INSERT CURRENT MEETING HER
</tr>
<tr>
<td align="left">Date:</td>
<td align="left">Revised 2024-09-18 at 20:56:11 UTC
<td align="left">Revised 2024-09-18 at 21:01:13 UTC
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion lwg-index-open.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Index by Section</h1>
<p>This document is the Index by Section for the <a href="lwg-active.html">Library Active Issues List</a>.</p>
<h2>Index by Section (non-Ready active issues only)</h2>
<p><a href="lwg-index.html">(view all issues)</a></p>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2 id="Section_3">Section 3 (2 issues)</h2>
<p><a href="lwg-index.html#Section_3">(view all issues)</a></p>
<table class="issues-index">
Expand Down
2 changes: 1 addition & 1 deletion lwg-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Index by Section</h1>
<p>This document is the Index by Section for the <a href="lwg-active.html">Library Active Issues List</a>, <a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.</p>
<h2>Index by Section</h2>
<p><a href="lwg-index-open.html">(view only non-Ready open issues)</a></p>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2 id="Section_2">Section 2 (2 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion lwg-ready.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>C++ Standard Library Issues to be moved in [INSERT CURRENT MEETING HERE]</h1
</tr>
<tr>
<td align="left">Date:</td>
<td align="left">Revised 2024-09-18 at 20:56:11 UTC
<td align="left">Revised 2024-09-18 at 21:01:13 UTC
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion lwg-status-date.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>Index by Status and Date</h1>
This document is the Index by Status and Date for the <a href="lwg-active.html">Library Active Issues List</a>,
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
</p>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2 id="Ready">Ready (11 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion lwg-status.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>Index by Status and Section</h1>
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
</p>

<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2 id="Ready">Ready (11 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion lwg-tentative.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</style>
</head>
<body>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2>Tentative Issues</h2>
<hr>
<h3 id="3908"><a href="#3908">3908</a><sup><a href="https://cplusplus.github.io/LWG/issue3908">(i)</a></sup>. <code>enumerate_view::<i>iterator</i></code> constructor is explicit</h3>
Expand Down
2 changes: 1 addition & 1 deletion lwg-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Table of Contents</h1>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>This document is the Table of Contents for the <a href="lwg-active.html">Library Active Issues List</a>,
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.</p>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down
18 changes: 12 additions & 6 deletions lwg-unresolved.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</style>
</head>
<body>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2>Unresolved Issues</h2>
<hr>
<h3 id="423"><a href="#423">423</a><sup><a href="https://cplusplus.github.io/LWG/issue423">(i)</a></sup>. Effects of negative <code>streamsize</code> in iostreams</h3>
Expand Down Expand Up @@ -63544,9 +63544,9 @@ <h3 id="4156"><a href="#4156">4156</a><sup><a href="https://cplusplus.github.io/
</blockquote>
</p>
<p>
However, it actually fails to identify any encodings and, remarkably,
this is the only place in the whole diagnostics section that mentions the
word "encoding". The definition of <code class='backtick'>error_category::message</code>
However, this doesn't seem to be referring to a character encoding,
just something about how an error is encoded into an integer value.
The definition of <code class='backtick'>error_category::message</code>
(19.5.3.2 <a href="https://wg21.link/syserr.errcat.virtuals">[syserr.errcat.virtuals]</a> p5) just says:
<blockquote>
<pre><code>virtual string message(int ev) const = 0;</code></pre>
Expand All @@ -63555,8 +63555,7 @@ <h3 id="4156"><a href="#4156">4156</a><sup><a href="https://cplusplus.github.io/
A string that describes the error condition denoted by <code class='backtick'>ev</code>.
</p>
</blockquote>
This makes it pretty much impossible to reliably use the provided API
for its intended purpose.
This says nothing about character encoding either.
</p>
<p>
There is also implementation divergence:
Expand Down Expand Up @@ -63586,6 +63585,13 @@ <h3 id="4156"><a href="#4156">4156</a><sup><a href="https://cplusplus.github.io/
The proposed resolution is similar to the one of LWG <a href="lwg-active.html#4087" title="Standard exception messages have unspecified encoding (Status: SG16)">4087</a>.
</p>

<p><i>[2024-09-18; Jonathan comments]</i></p>

<p>It might make sense to stop using the word "encoding" in
19.5.3.1 <a href="https://wg21.link/syserr.errcat.overview">[syserr.errcat.overview]</a>.
</p>



<p id="res-4156"><b>Proposed resolution:</b></p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion unresolved-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Index by Section</h1>
<p>This document is the Index by Section for the <a href="lwg-active.html">Library Active Issues List</a>, <a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.</p>
<h2>Index by Section</h2>
<p><a href="lwg-index-open.html">(view only non-Ready open issues)</a></p>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2 id="Section_3">Section 3 (2 issues)</h2>
<p><a href="lwg-index-open.html#Section_3">(view only non-Ready open issues)</a></p>
<table class="issues-index">
Expand Down
2 changes: 1 addition & 1 deletion unresolved-prioritized.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1>Table of Contents</h1>
<p>This document is the Table of Contents for the <a href="lwg-active.html">Library Active Issues List</a>,
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>,
sorted by priority.</p>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2 id="Priority_1">Priority 1 (2 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion unresolved-status-date.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>Index by Status and Date</h1>
This document is the Index by Status and Date for the <a href="lwg-active.html">Library Active Issues List</a>,
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
</p>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2 id="New">New (441 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion unresolved-status.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>Index by Status and Section</h1>
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
</p>

<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2 id="New">New (441 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion unresolved-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Table of Contents</h1>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>This document is the Table of Contents for the <a href="lwg-active.html">Library Active Issues List</a>,
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.</p>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down
2 changes: 1 addition & 1 deletion votable-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Index by Section</h1>
<p>This document is the Index by Section for the <a href="lwg-active.html">Library Active Issues List</a>, <a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.</p>
<h2>Index by Section</h2>
<p><a href="lwg-index-open.html">(view only non-Ready open issues)</a></p>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2 id="Section_17">Section 17 (1 issues)</h2>
<p><a href="lwg-index-open.html#Section_17">(view only non-Ready open issues)</a></p>
<table class="issues-index">
Expand Down
2 changes: 1 addition & 1 deletion votable-status-date.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>Index by Status and Date</h1>
This document is the Index by Status and Date for the <a href="lwg-active.html">Library Active Issues List</a>,
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
</p>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2 id="Ready">Ready (11 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion votable-status.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>Index by Status and Section</h1>
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
</p>

<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><h2 id="Ready">Ready (11 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion votable-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Table of Contents</h1>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>This document is the Table of Contents for the <a href="lwg-active.html">Library Active Issues List</a>,
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.</p>
<p>Revised 2024-09-18 at 20:56:11 UTC
<p>Revised 2024-09-18 at 21:01:13 UTC
</p><table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down

0 comments on commit d32be40

Please sign in to comment.