Skip to content

Commit 3e12186

Browse files
committed
Deprecate warning compile results in specification
Updated collection-format.html with details of deprecations of the "W" compile result value. Fixes #63
1 parent dd1c9e8 commit 3e12186

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/collection-format.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,9 @@ <h2 id="category-ini">
424424
<p>
425425
All keys are optional. If any of the above compiler keys is not present, or is empty, the compile result for the associated compiler is assumed to be <code class="value">Q</code>.
426426
</p>
427+
<p>
428+
<strong>[~>2.3]:</strong> Value <code class="value">W</code> is <span class="very-strong">deprecated</span>. Where present it should be treated as equivalent to <code class="value">Y</code>.
429+
</p>
427430
</dd>
428431
<dt>
429432
<code class="key">Kind</code>
@@ -832,7 +835,7 @@ <h2>
832835
</h2>
833836

834837
<p>
835-
It is easy to deal with compilation results. Simply check for the existance of the key matching the required compiler (e.g. <code class="key">DelphiXE8</code>). If the key exists then read its value, otherwise proceed as if it had the value <code class="value">Q</code>.
838+
It is easy to deal with compilation results. Simply check for the existance of the key matching the required compiler (e.g. <code class="key">DelphiXE8</code>). If the key exists then read its value, otherwise proceed as if it had the value <code class="value">Q</code>. ~>2.3 compliant software should also interpret a value of <code class="value">W</code> as if it was <code class="value">Y</code>.
836839
</p>
837840

838841
<p>

0 commit comments

Comments
 (0)