Skip to content

Commit d731d80

Browse files
author
github-actions
committed
Automatic update from GitHub Actions workflow
1 parent 6af463c commit d731d80

22 files changed

+286
-41
lines changed

issue4279.html

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Issue 4279: &sect;[fs.op.absolute] Non-normative encouragement should be Recommended practice</title>
6+
<meta property="og:title" content="Issue 4279: &sect;[fs.op.absolute] Non-normative encouragement should be Recommended practice">
7+
<meta property="og:description" content="C++ library issue. Status: New">
8+
<meta property="og:url" content="https://cplusplus.github.io/LWG/issue4279.html">
9+
<meta property="og:type" content="website">
10+
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
11+
<meta property="og:image:alt" content="C++ logo">
12+
<style>
13+
p {text-align:justify}
14+
li {text-align:justify}
15+
pre code.backtick::before { content: "`" }
16+
pre code.backtick::after { content: "`" }
17+
blockquote.note
18+
{
19+
background-color:#E0E0E0;
20+
padding-left: 15px;
21+
padding-right: 15px;
22+
padding-top: 1px;
23+
padding-bottom: 1px;
24+
}
25+
ins {background-color:#A0FFA0}
26+
del {background-color:#FFA0A0}
27+
table.issues-index { border: 1px solid; border-collapse: collapse; }
28+
table.issues-index th { text-align: center; padding: 4px; border: 1px solid; }
29+
table.issues-index td { padding: 4px; border: 1px solid; }
30+
table.issues-index td:nth-child(1) { text-align: right; }
31+
table.issues-index td:nth-child(2) { text-align: left; }
32+
table.issues-index td:nth-child(3) { text-align: left; }
33+
table.issues-index td:nth-child(4) { text-align: left; }
34+
table.issues-index td:nth-child(5) { text-align: center; }
35+
table.issues-index td:nth-child(6) { text-align: center; }
36+
table.issues-index td:nth-child(7) { text-align: left; }
37+
table.issues-index td:nth-child(5) span.no-pr { color: red; }
38+
@media (prefers-color-scheme: dark) {
39+
html {
40+
color: #ddd;
41+
background-color: black;
42+
}
43+
ins {
44+
background-color: #225522
45+
}
46+
del {
47+
background-color: #662222
48+
}
49+
a {
50+
color: #6af
51+
}
52+
a:visited {
53+
color: #6af
54+
}
55+
blockquote.note
56+
{
57+
background-color: rgba(255, 255, 255, .10)
58+
}
59+
}
60+
</style>
61+
</head>
62+
<body>
63+
<hr>
64+
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
65+
<h3 id="4279"><a href="lwg-active.html#4279">4279</a>. &sect;[fs.op.absolute] Non-normative encouragement should be <i>Recommended practice</i></h3>
66+
<p><b>Section:</b> 31.12.13.2 <a href="https://wg21.link/fs.op.absolute">[fs.op.absolute]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67+
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2025-06-16 <b>Last modified:</b> 2025-06-21</p>
68+
<p><b>Priority: </b>Not Prioritized
69+
</p>
70+
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
71+
<p><b>Discussion:</b></p>
72+
<p>
73+
[fs.op.absolute] has a note giving strong encouragement, which should be normative:
74+
</p>
75+
<blockquote style="border-left: 3px solid #ccc;padding-left: 15px;">
76+
<p>
77+
[Note <i>3</i>: Implementations are strongly encouraged to not query secondary storage, and not consider
78+
<code class='backtick'>!exists(p)</code> an error. &mdash; <i>end note</i>]
79+
</p>
80+
</blockquote>
81+
<p>
82+
The part about <code class='backtick'>!exists(p)</code> not being an error could definitely be a <i>Recommended practice</i> paragraph.
83+
Referring to "secondary storage" might need to be phrased differently to be normative (maybe with a note
84+
clarifying that the normative wording is referring to "secondary storage").
85+
</p>
86+
87+
88+
<p id="res-4279"><b>Proposed resolution:</b></p>
89+
90+
91+
92+
93+
94+
</body>
95+
</html>

lwg-active.html

Lines changed: 35 additions & 5 deletions
Large diffs are not rendered by default.

lwg-closed.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

lwg-defects.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

lwg-immediate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>C++ Standard Library Issues Resolved Directly In [INSERT CURRENT MEETING HER
6262
</tr>
6363
<tr>
6464
<td align="left">Date:</td>
65-
<td align="left">Revised 2025-06-21 at 12:46:02 UTC
65+
<td align="left">Revised 2025-06-21 at 13:19:11 UTC
6666
</td>
6767
</tr>
6868
<tr>

lwg-index-open.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1>Index by Section</h1>
6666
<p>This document is the Index by Section for the <a href="lwg-active.html">Library Active Issues List</a>.</p>
6767
<h2>Index by Section (non-Ready active issues only)</h2>
6868
<p><a href="lwg-index.html">(view all issues)</a></p>
69-
<p>Revised 2025-06-21 at 12:46:02 UTC
69+
<p>Revised 2025-06-21 at 13:19:11 UTC
7070
</p><h2 id="Section_3">Section 3 (2 issues)</h2>
7171
<p><a href="lwg-index.html#Section_3">(view all issues)</a></p>
7272
<table class="issues-index">
@@ -5107,7 +5107,7 @@ <h2 id="Section_30">Section 30 (20 issues)</h2>
51075107
<td></td>
51085108
</tr>
51095109
</table>
5110-
<h2 id="Section_31">Section 31 (33 issues)</h2>
5110+
<h2 id="Section_31">Section 31 (34 issues)</h2>
51115111
<p><a href="lwg-index.html#Section_31">(view all issues)</a></p>
51125112
<table class="issues-index">
51135113
<tr>
@@ -5392,6 +5392,15 @@ <h2 id="Section_31">Section 31 (33 issues)</h2>
53925392
<td></td>
53935393
</tr>
53945394
<tr>
5395+
<td id="4279"><a href="lwg-active.html#4279" title="&sect;[fs.op.absolute] Non-normative encouragement should be Recommended practice (Status: New)">4279</a><sup><a href="https://cplusplus.github.io/LWG/issue4279">(i)</a></sup></td>
5396+
<td><a href="lwg-active.html#New">New</a></td>
5397+
<td>31.12.13.2 [fs.op.absolute]<a id="fs.op.absolute"></a></td>
5398+
<td>&sect;[fs.op.absolute] Non-normative encouragement should be <i>Recommended practice</i></td>
5399+
<td><span class="no-pr">No</span></td>
5400+
<td></td>
5401+
<td></td>
5402+
</tr>
5403+
<tr>
53955404
<td id="3057"><a href="lwg-active.html#3057" title="Correct copy_options handling (Status: Open)">3057</a><sup><a href="https://cplusplus.github.io/LWG/issue3057">(i)</a></sup></td>
53965405
<td><a href="lwg-active.html#Open">Open</a></td>
53975406
<td>31.12.13.4 [fs.op.copy]<a id="fs.op.copy"></a></td>

lwg-index.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1>Index by Section</h1>
6666
<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>
6767
<h2>Index by Section</h2>
6868
<p><a href="lwg-index-open.html">(view only non-Ready open issues)</a></p>
69-
<p>Revised 2025-06-21 at 12:46:02 UTC
69+
<p>Revised 2025-06-21 at 13:19:11 UTC
7070
</p><h2 id="Section_2">Section 2 (2 issues)</h2>
7171
<table class="issues-index">
7272
<tr>
@@ -26438,7 +26438,7 @@ <h2 id="Section_30">Section 30 (94 issues)</h2>
2643826438
<td></td>
2643926439
</tr>
2644026440
</table>
26441-
<h2 id="Section_31">Section 31 (320 issues)</h2>
26441+
<h2 id="Section_31">Section 31 (321 issues)</h2>
2644226442
<p><a href="lwg-index-open.html#Section_31">(view only non-Ready open issues)</a></p>
2644326443
<table class="issues-index">
2644426444
<tr>
@@ -29059,6 +29059,15 @@ <h2 id="Section_31">Section 31 (320 issues)</h2>
2905929059
<td></td>
2906029060
</tr>
2906129061
<tr>
29062+
<td id="4279"><a href="lwg-active.html#4279" title="&sect;[fs.op.absolute] Non-normative encouragement should be Recommended practice (Status: New)">4279</a><sup><a href="https://cplusplus.github.io/LWG/issue4279">(i)</a></sup></td>
29063+
<td><a href="lwg-active.html#New">New</a></td>
29064+
<td>31.12.13.2 [fs.op.absolute]<a id="fs.op.absolute"></a></td>
29065+
<td>&sect;[fs.op.absolute] Non-normative encouragement should be <i>Recommended practice</i></td>
29066+
<td><span class="no-pr">No</span></td>
29067+
<td></td>
29068+
<td></td>
29069+
</tr>
29070+
<tr>
2906229071
<td id="2956"><a href="lwg-defects.html#2956" title="filesystem::canonical() still defined in terms of absolute(p, base) (Status: C++17)">2956</a><sup><a href="https://cplusplus.github.io/LWG/issue2956">(i)</a></sup></td>
2906329072
<td><a href="lwg-active.html#C++17">C++17</a></td>
2906429073
<td>31.12.13.3 [fs.op.canonical]<a id="fs.op.canonical"></a></td>

lwg-ready.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>C++ Standard Library Issues to be moved in [INSERT CURRENT MEETING HERE]</h1
6262
</tr>
6363
<tr>
6464
<td align="left">Date:</td>
65-
<td align="left">Revised 2025-06-21 at 12:46:02 UTC
65+
<td align="left">Revised 2025-06-21 at 13:19:11 UTC
6666
</td>
6767
</tr>
6868
<tr>

lwg-status-date.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h1>Index by Status and Date</h1>
6767
This document is the Index by Status and Date for the <a href="lwg-active.html">Library Active Issues List</a>,
6868
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
6969
</p>
70-
<p>Revised 2025-06-21 at 12:46:02 UTC
70+
<p>Revised 2025-06-21 at 13:19:11 UTC
7171
</p><h2 id="Voting">Voting (24 issues)</h2>
7272
<table class="issues-index">
7373
<tr>
@@ -496,7 +496,7 @@ <h2 id="Tentatively_NAD">Tentatively NAD (14 issues)</h2>
496496
<td></td>
497497
</tr>
498498
</table>
499-
<h2 id="New">New (496 issues)</h2>
499+
<h2 id="New">New (497 issues)</h2>
500500
<table class="issues-index">
501501
<tr>
502502
<th><a href="lwg-toc.html">Issue</a></th>
@@ -508,6 +508,15 @@ <h2 id="New">New (496 issues)</h2>
508508
<th>Duplicates</th>
509509
</tr>
510510
<tr>
511+
<td id="4279"><a href="lwg-active.html#4279" title="&sect;[fs.op.absolute] Non-normative encouragement should be Recommended practice (Status: New)">4279</a><sup><a href="https://cplusplus.github.io/LWG/issue4279">(i)</a></sup></td>
512+
<td><a href="lwg-active.html#New">New</a></td>
513+
<td>31.12.13.2 [fs.op.absolute]</td>
514+
<td>&sect;[fs.op.absolute] Non-normative encouragement should be <i>Recommended practice</i></td>
515+
<td><span class="no-pr">No</span></td>
516+
<td></td>
517+
<td></td>
518+
</tr>
519+
<tr>
511520
<td id="4278"><a href="lwg-active.html#4278" title="Consider changing how get-domain-early(sndr) works (Status: New)">4278</a><sup><a href="https://cplusplus.github.io/LWG/issue4278">(i)</a></sup></td>
512521
<td><a href="lwg-active.html#New">New</a></td>
513522
<td>33.9.2 [exec.snd.expos]</td>

lwg-status.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>Index by Status and Section</h1>
6262
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
6363
</p>
6464

65-
<p>Revised 2025-06-21 at 12:46:02 UTC
65+
<p>Revised 2025-06-21 at 13:19:11 UTC
6666
</p><h2 id="Voting">Voting (24 issues)</h2>
6767
<table class="issues-index">
6868
<tr>
@@ -491,7 +491,7 @@ <h2 id="Tentatively_NAD">Tentatively NAD (14 issues)</h2>
491491
<td></td>
492492
</tr>
493493
</table>
494-
<h2 id="New">New (496 issues)</h2>
494+
<h2 id="New">New (497 issues)</h2>
495495
<table class="issues-index">
496496
<tr>
497497
<th><a href="lwg-toc.html">Issue</a></th>
@@ -4596,6 +4596,15 @@ <h2 id="New">New (496 issues)</h2>
45964596
<td></td>
45974597
</tr>
45984598
<tr>
4599+
<td id="4279"><a href="lwg-active.html#4279" title="&sect;[fs.op.absolute] Non-normative encouragement should be Recommended practice (Status: New)">4279</a><sup><a href="https://cplusplus.github.io/LWG/issue4279">(i)</a></sup></td>
4600+
<td><a href="lwg-active.html#New">New</a></td>
4601+
<td>31.12.13.2 [fs.op.absolute]</td>
4602+
<td>&sect;[fs.op.absolute] Non-normative encouragement should be <i>Recommended practice</i></td>
4603+
<td><span class="no-pr">No</span></td>
4604+
<td></td>
4605+
<td></td>
4606+
</tr>
4607+
<tr>
45994608
<td id="3056"><a href="lwg-active.html#3056" title="copy_file() copies which attributes? (Status: New)">3056</a><sup><a href="https://cplusplus.github.io/LWG/issue3056">(i)</a></sup></td>
46004609
<td><a href="lwg-active.html#New">New</a></td>
46014610
<td>31.12.13.5 [fs.op.copy.file]</td>

0 commit comments

Comments
 (0)