Skip to content

Commit 880a6e6

Browse files
committed
Set some priorities based on reflector polls
1 parent 4858fcf commit 880a6e6

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

xml/issue4160.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<section><sref ref="[futures.task.general]"/></section>
77
<submitter>Casey Carter</submitter>
88
<date>28 Sep 2024</date>
9-
<priority>99</priority>
9+
<priority>3</priority>
1010

1111
<discussion>
1212
<p>
@@ -21,6 +21,15 @@ Presumably the design intent &mdash; which the implementers all inferred &mdash;
2121
should be ill-formed when `get_future` is not instantiable. The spec should say so explicitly rather than
2222
relying on the fact that one of the basis operations is unusable.
2323
</p>
24+
25+
<note>2025-02-07; Reflector poll</note>
26+
<p>
27+
Set priority to 3 after reflector poll.
28+
</p>
29+
<p>
30+
"Shouldn't it be ill-formed only if instantiated?"
31+
</p>
32+
2433
</discussion>
2534

2635
<resolution>

xml/issue4182.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<section><sref ref="[support.types.nullptr]"/></section>
77
<submitter>Janet Cobb</submitter>
88
<date>09 Dec 2024</date>
9-
<priority>99</priority>
9+
<priority>3</priority>
1010

1111
<discussion>
1212
<p>
@@ -19,6 +19,13 @@ Together, these imply that `#define NULL (::std::unreachable(), nullptr)` is a c
1919
a prvalue of type `std::nullptr_t`, so it is a null pointer constant. This makes it implementation-defined whether
2020
any program that evaluates `NULL` has undefined behavior.
2121
</p>
22+
23+
<note>2025-02-07; Reflector poll</note>
24+
<p>
25+
Set priority to 3 after reflector poll.
26+
</p>
27+
<p>"I'd very much like to see `nullptr` added to the footnote."</p>
28+
2229
</discussion>
2330

2431
<resolution>

xml/issue4193.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<section><sref ref="[time.zone.db]"/></section>
77
<submitter>S. B. Tam</submitter>
88
<date>16 Jan 2025</date>
9-
<priority>99</priority>
9+
<priority>3</priority>
1010

1111
<discussion>
1212
<p>
@@ -40,6 +40,18 @@ Does it mean that "concurrent calls do not introduce data races", or does it add
4040
total order on these operations? In either case, it should be specified clearly.
4141
</p>
4242

43+
44+
<note>2025-02-07; Reflector poll</note>
45+
<p>
46+
Set priority to 3 after reflector poll.
47+
</p>
48+
<p>
49+
"We're missing a guarantee that `reload_tzdb()` strongly happens before
50+
a call to `get_tzdb_list().front()` that retrieves a newly added element.
51+
Otherwise accessing any `time_zone` obtained from `get_tzdb_list().front()`
52+
could race with the call to `reload_tzdb()` that writes the front of the list."
53+
</p>
54+
4355
</discussion>
4456

4557
<resolution>

0 commit comments

Comments
 (0)