-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
3,446 additions
and
3,443 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,7 +159,10 @@ <h3 id="debugging-artefacts">Debugging artefacts</h3> | |
<h2 id="contributing">Contributing</h2> | ||
<h3 id="developing-and-technical-documentation">Developing and Technical Documentation</h3> | ||
<p>Generally, all contributions on the code side are very welcome. | ||
To get an overview over the architecture and idea behind OpShin, check out <a href="./ARCHITECTURE.md">the Technical Documentation</a>.</p> | ||
To get an overview over the architecture and idea behind OpShin, check out <a href="./ARCHITECTURE.md">the Technical Documentation</a>. | ||
A bug bounty has been set up and funded by Project Catalyst, which awards <a href="https://github.com/OpShin/opshin/labels/bug%20bounty">Github issue</a> resolution wiht ADA rewards. | ||
This is a great opportunity to get involved and earn some ADA. | ||
Check out the <a href="./BUG_BOUNTY.md">detailed introduction to the bounty program</a> for more information.</p> | ||
<h3 id="sponsoring">Sponsoring</h3> | ||
<p>You can sponsor the development of opshin through GitHub or <a href="https://patreon.com/OpShin">Patreon</a> or just by sending ADA. Drop me a message on social media and let me know what it is for.</p> | ||
<ul> | ||
|
@@ -193,7 +196,7 @@ <h3 id="supporters">Supporters</h3> | |
|
||
import warnings | ||
|
||
__version__ = "0.21.0" | ||
__version__ = "0.21.1" | ||
__author__ = "nielstron" | ||
__author_email__ = "[email protected]" | ||
__copyright__ = "Copyright (C) 2023 nielstron" | ||
|
@@ -257,6 +260,10 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2> | |
<dd> | ||
<div class="desc"></div> | ||
</dd> | ||
<dt><code class="name"><a title="opshin.type_impls" href="type_impls.html">opshin.type_impls</a></code></dt> | ||
<dd> | ||
<div class="desc"></div> | ||
</dd> | ||
<dt><code class="name"><a title="opshin.type_inference" href="type_inference.html">opshin.type_inference</a></code></dt> | ||
<dd> | ||
<div class="desc"><p>An aggressive type inference based on the work of Aycock [1]. | ||
|
@@ -267,10 +274,6 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2> | |
<dd> | ||
<div class="desc"></div> | ||
</dd> | ||
<dt><code class="name"><a title="opshin.types" href="types.html">opshin.types</a></code></dt> | ||
<dd> | ||
<div class="desc"></div> | ||
</dd> | ||
<dt><code class="name"><a title="opshin.util" href="util.html">opshin.util</a></code></dt> | ||
<dd> | ||
<div class="desc"></div> | ||
|
@@ -373,9 +376,9 @@ <h1>Index</h1> | |
<li><code><a title="opshin.rewrite" href="rewrite/index.html">opshin.rewrite</a></code></li> | ||
<li><code><a title="opshin.std" href="std/index.html">opshin.std</a></code></li> | ||
<li><code><a title="opshin.tests" href="tests/index.html">opshin.tests</a></code></li> | ||
<li><code><a title="opshin.type_impls" href="type_impls.html">opshin.type_impls</a></code></li> | ||
<li><code><a title="opshin.type_inference" href="type_inference.html">opshin.type_inference</a></code></li> | ||
<li><code><a title="opshin.typed_ast" href="typed_ast.html">opshin.typed_ast</a></code></li> | ||
<li><code><a title="opshin.types" href="types.html">opshin.types</a></code></li> | ||
<li><code><a title="opshin.util" href="util.html">opshin.util</a></code></li> | ||
</ul> | ||
</li> | ||
|
Oops, something went wrong.