Skip to content

Commit

Permalink
deploy: c8df48b
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed May 19, 2024
1 parent 4185d50 commit 17cab2b
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 17 deletions.
2 changes: 2 additions & 0 deletions _sources/fortls_changes.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@

- Fixed bug where parser would crash when trying to retrieve an invalid line no.
([#398](https://github.com/fortran-lang/fortls/issues/398))
- Fixed bug with string quotes not being escaped when looking for parenthesis
([#250](https://github.com/fortran-lang/fortls/issues/250))
- Fixed end of scope errors raised by trailing semicolon in native parser
([#265](https://github.com/fortran-lang/fortls/issues/265))
- Fixed bug where parent scope for includes in AST could be `None`
Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.1.dev1+gf29b02d',
VERSION: '0.1.dev1+gc8df48b',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ <h1>Contact Us<a class="headerlink" href="#contact-us" title="Link to this headi

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ <h4>Merging<a class="headerlink" href="#merging" title="Link to this heading">¶

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion editor_integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ <h2><a class="reference external" href="https://kakoune.org/">Kakoune</a><a clas

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion features.html
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ <h2>All LSP Requests<a class="headerlink" href="#all-lsp-requests" title="Link t

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
10 changes: 9 additions & 1 deletion fortls.html
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,14 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<span class="go">-1</span>
</pre></div>
</div>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">find_paren_match</span><span class="p">(</span><span class="s1">&#39;nt(sin(0.5))+8+len(&quot;ab((c&quot;)-3) :: y&#39;</span><span class="p">)</span>
<span class="go">29</span>
</pre></div>
</div>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">find_paren_match</span><span class="p">(</span><span class="s2">&quot;nt(sin(0.5))+8+len(&#39;ab))c&#39;)-3) :: y&quot;</span><span class="p">)</span>
<span class="go">29</span>
</pre></div>
</div>
</dd></dl>

<dl class="py function">
Expand Down Expand Up @@ -2613,7 +2621,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion fortls.parsers.html
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ <h2>Subpackages<a class="headerlink" href="#subpackages" title="Link to this hea

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion fortls.parsers.internal.html
Original file line number Diff line number Diff line change
Expand Up @@ -2783,7 +2783,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
4 changes: 3 additions & 1 deletion fortls_changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ <h2>Fixed<a class="headerlink" href="#fixed" title="Link to this heading">¶</a>
<ul class="simple">
<li><p>Fixed bug where parser would crash when trying to retrieve an invalid line no.
(<a class="reference external" href="https://github.com/fortran-lang/fortls/issues/398">#398</a>)</p></li>
<li><p>Fixed bug with string quotes not being escaped when looking for parenthesis
(<a class="reference external" href="https://github.com/fortran-lang/fortls/issues/250">#250</a>)</p></li>
<li><p>Fixed end of scope errors raised by trailing semicolon in native parser
(<a class="reference external" href="https://github.com/fortran-lang/fortls/issues/265">#265</a>)</p></li>
<li><p>Fixed bug where parent scope for includes in AST could be <code class="docutils literal notranslate"><span class="pre">None</span></code>
Expand Down Expand Up @@ -633,7 +635,7 @@ <h2>Fixed<a class="headerlink" href="#fixed" title="Link to this heading">¶</a>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ <h2>W</h2>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ <h1 class="sd-d-none">fortls<a class="headerlink" href="#fortls" title="Link to

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Li

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ <h2>Debug Options (command line only)<a class="headerlink" href="#debug-options-

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ <h1>Python Module Index</h1>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ <h3>Configuration<a class="headerlink" href="#configuration" title="Link to this

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc7ff053"></script>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 17cab2b

Please sign in to comment.