Skip to content

Commit

Permalink
Add comment about why "skip global checks" is turned on
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed Jul 25, 2024
1 parent c9019da commit c2f28db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intl.emu
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
): either a normal completion containing an Intl mathematical value or a throw completion
</h1>
<dl class="header">
<dt>skip global checks</dt>
<dd>true</dd>
<dt>skip global checks</dt> <!-- this can be presumably deleted when merged in to 402. It it present only because ecmarkup complains about the totality of ToIntlMathematicalValue. Here's what ecmarkup says: -->
<dd>true</dd> <!-- warning: every call site of ToIntlMathematicalValue asserts the return value is a normal completion; it should be refactored to not return a completion record at all. if this AO is called in ways ecmarkup cannot analyze, add the "skip global checks" attribute to the header (always-asserted-normal) at intl.emu:46:7: -->
<dt>description</dt>
<dd>
It returns _value_ converted to an <dfn id="intl-mathematical-value">Intl mathematical value</dfn>, which is either a mathematical value<ins> a finite Decimal128 value,</ins> or one of ~positive-infinity~, ~negative-infinity~, ~not-a-number~, and ~negative-zero~.
Expand Down

0 comments on commit c2f28db

Please sign in to comment.