Skip to content

Commit

Permalink
updates from Kona Tuesday morning issue processing
Browse files Browse the repository at this point in the history
  • Loading branch information
jwakely committed Nov 7, 2023
1 parent 4f1f61a commit a9bfac1
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bin/update_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ do
bin/set_status $issue_number "$@"

# To add a comment use the following (changing the date and text!)
# sed -i '/<\/discussion/i\
#<note>2022-07-15; LWG telecon: move to Ready</note>\
#' xml/issue$issue_number.xml
sed -i '/<\/discussion/i\
<note>Kona 2023-11-07; move to Ready</note>\
' xml/issue$issue_number.xml

done
4 changes: 3 additions & 1 deletion xml/issue3767.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' standalone='no'?>
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">

<issue num="3767" status="Open">
<issue num="3767" status="Ready">
<title><tt>codecvt&lt;char<i>N</i>_t, char8_t, mbstate_t&gt;</tt> incorrectly added to locale</title>
<section><sref ref="[locale.category]"/><sref ref="[locale.codecvt.general]"/></section>
<submitter>Victor Zverovich</submitter>
Expand Down Expand Up @@ -167,6 +167,8 @@ Per today's LWG discussion the following changes have been implemented in revise
<li><p>Deprecated the facets instead of removing them (also <tt>_byname</tt> variants which were previously missed).</p></li>
<li><p>Removed the changes to facet dtor since with deprecation it's no longer critical to provide other ways to access them.</p></li>
</ul>
<note>Kona 2023-11-07; move to Ready</note>

</discussion>

<resolution>
Expand Down
6 changes: 4 additions & 2 deletions xml/issue3913.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' standalone='no'?>
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">

<issue num="3913" status="Open">
<issue num="3913" status="NAD">
<title><code>ranges::const_iterator_t&lt;range R&gt;</code> fails to accept arrays of unknown bound</title>
<section><sref ref="[ranges.syn]"/></section>
<submitter>Arthur O'Dwyer</submitter>
Expand All @@ -27,13 +27,15 @@ Set priority to 3 after reflector poll. Several votes for NAD.
Send to SG9 to be looked at with <paper num="P2836"/>.
</p>

<note>Kona 2023-11-07; </note>
<note>Kona 2023-11-07; SG9</note>
<p>
SG9 considered this and noted it's obsolete due to LWG <iref ref="3946"/>.
To support this case now would require changing <code>ranges::cbegin</code>
to add a special case for arrays of unknown bound, which would require a paper.
</p>

<note>Kona 2023-11-07; Status changed: Open &rarr; NAD.</note>

</discussion>

<resolution>
Expand Down
4 changes: 3 additions & 1 deletion xml/issue3975.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' standalone='no'?>
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">

<issue num="3975" status="New">
<issue num="3975" status="Ready">
<title>Specializations of <tt>basic_format_context</tt> should not be permitted</title>
<section><sref ref="[format.context]"/></section>
<submitter>Brian Bi</submitter>
Expand Down Expand Up @@ -57,6 +57,8 @@ for the <tt>check_dynamic_spec*</tt> functions, so the library has an unspecifie
Set priority to 3 after reflector poll.
</p>

<note>Kona 2023-11-07; move to Ready</note>

</discussion>

<resolution>
Expand Down
4 changes: 3 additions & 1 deletion xml/issue3984.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' standalone='no'?>
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">

<issue num="3984" status="New">
<issue num="3984" status="Ready">
<title><tt>ranges::to</tt>'s recursion branch may be ill-formed</title>
<section><sref ref="[range.utility.conv.to]"/></section>
<submitter>Hewill Kang</submitter>
Expand Down Expand Up @@ -33,6 +33,8 @@ Set priority to 3 after reflector poll.
"Should be <code>std::forward&lt;R&gt;(r)</code> instead?"
</p>

<note>Kona 2023-11-07; move to Ready</note>

</discussion>

<resolution>
Expand Down
4 changes: 3 additions & 1 deletion xml/issue3988.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' standalone='no'?>
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">

<issue num="3988" status="SG9">
<issue num="3988" status="Ready">
<title>Should <tt>as_const_view</tt> and <tt>basic_const_iterator</tt> provide <tt>base()</tt>?</title>
<section><sref ref="[const.iterators]"/><sref ref="[range.as.const.view]"/></section>
<submitter>Hewill Kang</submitter>
Expand Down Expand Up @@ -44,6 +44,8 @@ Set priority to 3 after reflector poll.
Send to SG9.
</p>

<note>Kona 2023-11-07; move to Ready</note>

</discussion>

<resolution>
Expand Down

0 comments on commit a9bfac1

Please sign in to comment.