Skip to content

Commit 0e4258f

Browse files
committed
New issue from Jonathan: "§[fs.op.absolute] Non-normative encouragement should be Recommended practice"
1 parent c190674 commit 0e4258f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

xml/issue4279.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version='1.0' encoding='utf-8' standalone='no'?>
2+
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3+
4+
<issue num="4279" status="New">
5+
<title>&sect;[fs.op.absolute] Non-normative encouragement should be <i>Recommended practice</i></title>
6+
<section>
7+
<sref ref="[fs.op.absolute]"/>
8+
</section>
9+
<submitter>Jonathan Wakely</submitter>
10+
<date>16 Jun 2025</date>
11+
<priority>99</priority>
12+
13+
<discussion>
14+
<p>
15+
[fs.op.absolute] has a note giving strong encouragement, which should be normative:
16+
</p>
17+
<blockquote style="border-left: 3px solid #ccc;padding-left: 15px;">
18+
<p>
19+
[Note <i>3</i>: Implementations are strongly encouraged to not query secondary storage, and not consider
20+
`!exists(p)` an error. &mdash; <i>end note</i>]
21+
</p>
22+
</blockquote>
23+
<p>
24+
The part about `!exists(p)` not being an error could definitely be a <i>Recommended practice</i> paragraph.
25+
Referring to "secondary storage" might need to be phrased differently to be normative (maybe with a note
26+
clarifying that the normative wording is referring to "secondary storage").
27+
</p>
28+
</discussion>
29+
30+
<resolution>
31+
</resolution>
32+
33+
</issue>

0 commit comments

Comments
 (0)