Skip to content

Commit

Permalink
Updated site - 2024-04-09T17:28:43+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
sorbet-bot committed Apr 9, 2024
1 parent fdf89a0 commit 69f6bd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/error-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,8 @@ <h2><a class="anchor" aria-hidden="true" id="4001"></a><a href="#4001" aria-hidd
that all constants in a Sorbet codebase must resolve, even at <code># typed: false</code>.
Parsing <code>include</code> blocks is required for this, so incorrect usages of <code>include</code>
are reported when encountered.</p>
<p>To fix, ensure that the <code>include</code> or <code>extend</code> line is given at least one
argument.</p>
<h2><a class="anchor" aria-hidden="true" id="4002"></a><a href="#4002" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>4002</h2>
<p>Sorbet requires seeing the complete inheritance hierarchy in a codebase. To do
this, it must be able to statically resolve a class’s superclass and any mixins,
Expand Down Expand Up @@ -784,6 +786,7 @@ <h2><a class="anchor" aria-hidden="true" id="4003"></a><a href="#4003" aria-hidd
that all constants in a Sorbet codebase must resolve, even at <code># typed: false</code>.
Parsing <code>include</code> blocks is required for this, so incorrect usages of <code>include</code>
are reported when encountered.</p>
<p>To fix, ensure that the <code>include</code> or <code>extend</code> line is not given a block.</p>
<h2><a class="anchor" aria-hidden="true" id="4006"></a><a href="#4006" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>4006</h2>
<p>The <code>super</code> keyword in Ruby will call the method with the same name on the
nearest ancestor (whether on a mixed-in module or the superclass).</p>
Expand Down
3 changes: 3 additions & 0 deletions docs/error-reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,8 @@ <h2><a class="anchor" aria-hidden="true" id="4001"></a><a href="#4001" aria-hidd
that all constants in a Sorbet codebase must resolve, even at <code># typed: false</code>.
Parsing <code>include</code> blocks is required for this, so incorrect usages of <code>include</code>
are reported when encountered.</p>
<p>To fix, ensure that the <code>include</code> or <code>extend</code> line is given at least one
argument.</p>
<h2><a class="anchor" aria-hidden="true" id="4002"></a><a href="#4002" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>4002</h2>
<p>Sorbet requires seeing the complete inheritance hierarchy in a codebase. To do
this, it must be able to statically resolve a class’s superclass and any mixins,
Expand Down Expand Up @@ -784,6 +786,7 @@ <h2><a class="anchor" aria-hidden="true" id="4003"></a><a href="#4003" aria-hidd
that all constants in a Sorbet codebase must resolve, even at <code># typed: false</code>.
Parsing <code>include</code> blocks is required for this, so incorrect usages of <code>include</code>
are reported when encountered.</p>
<p>To fix, ensure that the <code>include</code> or <code>extend</code> line is not given a block.</p>
<h2><a class="anchor" aria-hidden="true" id="4006"></a><a href="#4006" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>4006</h2>
<p>The <code>super</code> keyword in Ruby will call the method with the same name on the
nearest ancestor (whether on a mixed-in module or the superclass).</p>
Expand Down
2 changes: 1 addition & 1 deletion sha.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8f772843bfefecc59cfd2bb5ff5b565d6b048a6f
a82fab0842a2906150962efd7f6ce0a996281dff

0 comments on commit 69f6bd5

Please sign in to comment.