Skip to content

Commit

Permalink
deploy: e82ce61
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed May 10, 2024
1 parent 8198769 commit aae20f9
Show file tree
Hide file tree
Showing 18 changed files with 21 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 @@ -147,6 +147,8 @@

## Fixed

- 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`
([#329](https://github.com/fortran-lang/fortls/issues/329))
- Fixed preprocessor bug with `if` and `elif` conditionals
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+ge25c46b',
VERSION: '0.1.dev1+ge82ce61',
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=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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.html
Original file line number Diff line number Diff line change
Expand Up @@ -2583,7 +2583,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi

</aside>
</div>
</div><script src="_static/documentation_options.js?v=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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 @@ -447,6 +447,8 @@ <h2>Removed<a class="headerlink" href="#removed" title="Link to this heading">¶
<section id="fixed">
<h2>Fixed<a class="headerlink" href="#fixed" title="Link to this heading"></a></h2>
<ul class="simple">
<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>
(<a class="reference external" href="https://github.com/fortran-lang/fortls/issues/329">#329</a>)</p></li>
<li><p>Fixed preprocessor bug with <code class="docutils literal notranslate"><span class="pre">if</span></code> and <code class="docutils literal notranslate"><span class="pre">elif</span></code> conditionals
Expand Down Expand Up @@ -629,7 +631,7 @@ <h2>Fixed<a class="headerlink" href="#fixed" title="Link to this heading">¶</a>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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 @@ -2021,7 +2021,7 @@ <h2>W</h2>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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 @@ -680,7 +680,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Li

</aside>
</div>
</div><script src="_static/documentation_options.js?v=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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 @@ -741,7 +741,7 @@ <h2>Debug Options (command line only)<a class="headerlink" href="#debug-options-

</aside>
</div>
</div><script src="_static/documentation_options.js?v=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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=208aeb15"></script>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></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 aae20f9

Please sign in to comment.