Skip to content

Commit

Permalink
Deploying to gh-pages from @ 173e88f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Jun 15, 2024
1 parent eace9a7 commit b7431a0
Show file tree
Hide file tree
Showing 18 changed files with 50 additions and 85 deletions.
6 changes: 3 additions & 3 deletions _sources/getting-started-cli/debugging-with-gdb-lldb.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -361,16 +361,16 @@ and will assist you in analyzing values.
.. c:function:: bool dylan_simple_condition_p (D instance)
Tests whether instance is a ``<simple-condition>``.
Tests whether instance is a :class:`<simple-condition>`.
.. c:function:: D dylan_simple_condition_format_string (D instance)
Returns the format string stored in the given ``<simple-condition>``.
Returns the format string stored in the given :class:`<simple-condition>`.
.. c:function:: D dylan_simple_condition_format_args (D instance)
Returns the format string arguments stored in the given
``<simple-condition>``.
:class:`<simple-condition>`.
.. c:function:: bool dylan_class_p (D instance)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Program Conditions
:open:
:abstract:

:superclasses: :const:`<format-string-condition>`
:superclasses: :class:`<simple-condition>`

:keyword compilation-stage: Defaults to the value of :var:`*current-stage*`.
:keyword program-note-creator: Defaults to the value of :var:`*current-dependent*`.
Expand Down
38 changes: 13 additions & 25 deletions _sources/library-reference/common-dylan/common-extensions.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ The extensions are:
- Collection model: :class:`<stretchy-sequence>`, :class:`<string-table>`,
:gf:`difference`, :func:`fill-table!`, :gf:`find-element`, :gf:`position`,
:gf:`remove-all-keys!`, :macro:`define table`, :gf:`split`, and :gf:`join`.
- Condition system: :class:`<format-string-condition>`,
:class:`<simple-condition>`, and :gf:`condition-to-string`.
- Condition system: :class:`<simple-condition>`, and :gf:`condition-to-string`.
- Control flow: :macro:`iterate` and :macro:`when`.
- Development conveniences:

Expand Down Expand Up @@ -528,25 +527,6 @@ The extensions are:
Formats a floating-point number to a string. It uses scientific
notation where necessary.

.. class:: <format-string-condition>
:sealed:
:instantiable:

The class of conditions that take a format string.

:superclasses: :drm:`<condition>`

:description:

The class of conditions that take a format string, as defined by
the DRM.

It is the superclass of Dylan's :class:`<simple-condition>`.

:seealso:

- The :doc:`Format module <../io/format>` in the :doc:`IO library <../io/index>`.

.. function:: ignore

A compiler directive that tells the compiler it must not issue a
Expand Down Expand Up @@ -783,20 +763,28 @@ The extensions are:
:sealed:
:instantiable:

The class of simple conditions.
The class of conditions that accept a format string and format arguments
with which to build a message describing the condition.

:superclasses: :class:`<format-string-condition>`
:superclasses: :class:`<condition>`

:description:

The class of simple conditions. It is the superclass of :drm:`<simple-error>`,
:drm:`<simple-warning>`, and :drm:`<simple-restart>`.
As the superclass of :drm:`<simple-error>`, :drm:`<simple-warning>`, and
:drm:`<simple-restart>`, the :class:`<simple-condition>` class provides
the ``format-string:`` and ``format-arguments:`` init keywords described
in the DRM.

:operations:

- :drm:`condition-format-string`
- :drm:`condition-format-arguments`

:seealso:

- The :doc:`format module <../io/format>` in the :doc:`IO library
<../io/index>`.

.. class:: <stretchy-sequence>
:open:
:abstract:
Expand Down
2 changes: 1 addition & 1 deletion _sources/library-reference/io/print.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ IO library's *print* module.
end;
With the above method, an ``<account>`` object with name "foo" will print as
``{<account> "foo" #xDEADBEEF}``.
``{<account> "foo" 123}`` where ``123`` is a unique identifier for the object.


The pprint Module
Expand Down
2 changes: 1 addition & 1 deletion _sources/library-reference/network/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ This section lists the socket condition classes in the Network library.
:description:

The class of socket conditions. It inherits the ``format-string:``
and ``format-arguments:`` keywords from
and ``format-arguments:`` init keywords from
:class:`<simple-condition>`.

Slots:
Expand Down
4 changes: 2 additions & 2 deletions _sources/library-reference/system/file-system.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -797,10 +797,10 @@ File-System module.

.. class:: <file-system-error>

Error type signaled when any other functions in the File-System
Error type signaled when any of the functions in the File-System
module signal an error.

:superclasses: :drm:`<error>`, :class:`<simple-condition>`
:superclasses: :drm:`<simple-error>`

:description:

Expand Down
6 changes: 3 additions & 3 deletions _sources/library-reference/system/locators.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@ The locators Module

All errors raised by the locator system should be instances of
this error.
:superclasses: :class:`<format-string-condition>`, :drm:`<error>`

:superclasses: :drm:`<simple-error>`


.. class:: <server-locator>
:open:
:abstract:

The abstract superclass of locators for servers.

:superclasses: :class:`<locator>`

:seealso:
Expand Down
6 changes: 0 additions & 6 deletions dylan-apiindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -6882,12 +6882,6 @@ <h1>API Index</h1>
<a href="hacker-guide/runtime-manager/access-path.html#access-path:access-path:[float-underflow-exception-stop-reason]"><code class="xref">&lt;float-underflow-exception-stop-reason&gt;</code></a> <em>(class)</em></td><td>
<em></em></td>
</tr>
<tr>
<td></td>
<td>
<a href="library-reference/common-dylan/common-extensions.html#common-dylan:common-extensions:[format-string-condition]"><code class="xref">&lt;format-string-condition&gt;</code></a> <em>(class)</em></td><td>
<em></em></td>
</tr>
<tr>
<td></td>
<td>
Expand Down
6 changes: 2 additions & 4 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -1429,17 +1429,15 @@ <h2>Symbols</h2>
<li><a href="hacker-guide/runtime-manager/access-path.html#access-path:access-path:[float-stack-check-exception-stop-reason]">&lt;float-stack-check-exception-stop-reason&gt;</a>
</li>
<li><a href="hacker-guide/runtime-manager/access-path.html#access-path:access-path:[float-underflow-exception-stop-reason]">&lt;float-underflow-exception-stop-reason&gt;</a>
</li>
<li><a href="library-reference/common-dylan/common-extensions.html#common-dylan:common-extensions:[format-string-condition]">&lt;format-string-condition&gt;</a>
</li>
<li><a href="library-reference/sql/index.html#sql:sql:[forward-only-result-set]">&lt;forward-only-result-set&gt;</a>
</li>
<li><a href="duim-reference/frames.html#duim:duim-frames:[frame-created-event]">&lt;frame-created-event&gt;</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="duim-reference/frames.html#duim:duim-frames:[frame-destroyed-event]">&lt;frame-destroyed-event&gt;</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="duim-reference/sheets.html#duim-sheets:duim-sheets:[frame-event]">&lt;frame-event&gt;</a>
</li>
<li><a href="duim-reference/frames.html#duim:duim-frames:[frame-exit-event]">&lt;frame-exit-event&gt;</a>
Expand Down
6 changes: 3 additions & 3 deletions getting-started-cli/debugging-with-gdb-lldb.html
Original file line number Diff line number Diff line change
Expand Up @@ -901,20 +901,20 @@ <h3>Inspecting Dylan objects in GDB<a class="headerlink" href="#inspecting-dylan
<dl class="c function">
<dt class="sig sig-object c" id="c.dylan_simple_condition_p">
<span class="kt"><span class="pre">bool</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">dylan_simple_condition_p</span></span></span><span class="sig-paren">(</span><span class="n"><span class="pre">D</span></span><span class="w"> </span><span class="n"><span class="pre">instance</span></span><span class="sig-paren">)</span><a class="headerlink" href="#c.dylan_simple_condition_p" title="Permalink to this definition"></a><br /></dt>
<dd><p>Tests whether instance is a <code class="docutils literal notranslate"><span class="pre">&lt;simple-condition&gt;</span></code>.</p>
<dd><p>Tests whether instance is a <a class="reference internal" href="../library-reference/common-dylan/common-extensions.html#common-dylan:common-extensions:[simple-condition]"><code class="xref dylan dylan-class docutils literal notranslate"><span class="pre">&lt;simple-condition&gt;</span></code></a>.</p>
</dd></dl>

<dl class="c function">
<dt class="sig sig-object c" id="c.dylan_simple_condition_format_string">
<span class="n"><span class="pre">D</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">dylan_simple_condition_format_string</span></span></span><span class="sig-paren">(</span><span class="n"><span class="pre">D</span></span><span class="w"> </span><span class="n"><span class="pre">instance</span></span><span class="sig-paren">)</span><a class="headerlink" href="#c.dylan_simple_condition_format_string" title="Permalink to this definition"></a><br /></dt>
<dd><p>Returns the format string stored in the given <code class="docutils literal notranslate"><span class="pre">&lt;simple-condition&gt;</span></code>.</p>
<dd><p>Returns the format string stored in the given <a class="reference internal" href="../library-reference/common-dylan/common-extensions.html#common-dylan:common-extensions:[simple-condition]"><code class="xref dylan dylan-class docutils literal notranslate"><span class="pre">&lt;simple-condition&gt;</span></code></a>.</p>
</dd></dl>

<dl class="c function">
<dt class="sig sig-object c" id="c.dylan_simple_condition_format_args">
<span class="n"><span class="pre">D</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">dylan_simple_condition_format_args</span></span></span><span class="sig-paren">(</span><span class="n"><span class="pre">D</span></span><span class="w"> </span><span class="n"><span class="pre">instance</span></span><span class="sig-paren">)</span><a class="headerlink" href="#c.dylan_simple_condition_format_args" title="Permalink to this definition"></a><br /></dt>
<dd><p>Returns the format string arguments stored in the given
<code class="docutils literal notranslate"><span class="pre">&lt;simple-condition&gt;</span></code>.</p>
<a class="reference internal" href="../library-reference/common-dylan/common-extensions.html#common-dylan:common-extensions:[simple-condition]"><code class="xref dylan dylan-class docutils literal notranslate"><span class="pre">&lt;simple-condition&gt;</span></code></a>.</p>
</dd></dl>

<dl class="c function">
Expand Down
2 changes: 1 addition & 1 deletion hacker-guide/compiler/notes-warnings-errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ <h3>Program Conditions<a class="headerlink" href="#program-conditions" title="Pe
<span class="sig-name descname"><span class="pre">&lt;program-condition&gt;</span></span> <em class="property"><span class="pre">Open</span> <span class="pre">Abstract</span> <span class="pre">Class</span></em><a class="headerlink" href="#dfmc-conditions:dfmc-conditions:[program-condition]" title="Permalink to this definition"></a></dt>
<dd><dl class="field-list simple">
<dt class="field-odd">Superclasses<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference internal" href="../../library-reference/common-dylan/common-extensions.html#common-dylan:common-extensions:[format-string-condition]"><code class="xref dylan dylan-const docutils literal notranslate"><span class="pre">&lt;format-string-condition&gt;</span></code></a></p>
<dd class="field-odd"><p><a class="reference internal" href="../../library-reference/common-dylan/common-extensions.html#common-dylan:common-extensions:[simple-condition]"><code class="xref dylan dylan-class docutils literal notranslate"><span class="pre">&lt;simple-condition&gt;</span></code></a></p>
</dd>
<dt class="field-even">Init-Keywords<span class="colon">:</span></dt>
<dd class="field-even"><ul class="simple">
Expand Down
Loading

0 comments on commit b7431a0

Please sign in to comment.