Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from ariady-putra/main
Browse files Browse the repository at this point in the history
Use `stdlib v1.7.0`
  • Loading branch information
ariady-putra authored Nov 8, 2023
2 parents a46016d + 07d7ef5 commit e5a2db7
Show file tree
Hide file tree
Showing 15 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: aiken-lang/setup-aiken@v0.1.0
with:
version: v1.0.19-alpha
version: v1.0.20-alpha

- run: aiken fmt --check
- run: aiken check -D
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

A utility library to pretty-print data, useful for tracing.

| ℹ️ | Package info | aiken-extra/string_util v3.160.202310 | 🪲 |
| ℹ️ | Package info | aiken-extra/string_util v3.170.202311 | 🪲 |
| --- | --------------- | --------------------------------------------------------------------------------------------------- | --- |
| 🟢 | **Depends on** | **aiken-lang/stdlib v1.6.0** | ✔️ |
| 🟢 | **Tested with** | **[10b9dc2042](https://github.com/aiken-lang/aiken/tree/10b9dc204257328b758692d9c714b576d3b0a1dc)** | ✔️ |
| 🟢 | **Depends on** | **aiken-lang/stdlib v1.7.0** | ✔️ |
| 🟢 | **Tested with** | **[7d319077e6](https://github.com/aiken-lang/aiken/tree/7d319077e679962c4f0512dfb78fa41ffcd5fbc4)** | ✔️ |

## Usage Example

Expand Down
4 changes: 2 additions & 2 deletions aiken.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

[[requirements]]
name = "aiken-lang/stdlib"
version = "1.6.0"
version = "1.7.0"
source = "github"

[[packages]]
name = "aiken-lang/stdlib"
version = "1.6.0"
version = "1.7.0"
requirements = []
source = "github"

Expand Down
4 changes: 2 additions & 2 deletions aiken.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "aiken-extra/string_util"
version = "3.160.202310"
version = "3.170.202311"
license = "Apache-2.0"
description = "An Aiken utility library to pretty-print data"

Expand All @@ -10,5 +10,5 @@ platform = "github"

[[dependencies]]
name = "aiken-lang/stdlib"
version = "1.6.0"
version = "1.7.0"
source = "github"
24 changes: 12 additions & 12 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="theme-color" content="#eff1f5" media="(prefers-color-scheme: light)"/>
<meta name="theme-color" content="#1e1e2e" media="(prefers-color-scheme: dark)"/>
<link rel="icon" type="image/svg+xml" sizes="any" href="./favicon.svg"/>
<link rel="stylesheet" href="./css/index.css?v=1.0.19-alpha" type="text/css"/>
<link id="syntax-theme" rel="stylesheet" href="./css/atom-one-light.min.css?v=1.0.19-alpha"/>
<link rel="stylesheet" href="./css/index.css?v=1.0.20-alpha" type="text/css"/>
<link id="syntax-theme" rel="stylesheet" href="./css/atom-one-light.min.css?v=1.0.20-alpha"/>
</head>
<body class="prewrap-off theme-light drawer-closed">
<script>
Expand Down Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="./">string_util</a>
<span id="project-version">
<span>v3.160.202310 </span>
<span>v3.170.202311 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v3.160.202310";
const currentVersion = "v3.170.202311";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -235,9 +235,9 @@ <h2>Modules</h2>

<h1>string_util</h1>
<p>A utility library to pretty-print data, useful for tracing.</p>
<table><thead><tr><th>ℹ️</th><th>Package info</th><th>aiken-extra/string_util v3.160.202310</th><th>🪲</th></tr></thead><tbody>
<tr><td>🟢</td><td><strong>Depends on</strong></td><td><strong>aiken-lang/stdlib v1.6.0</strong></td><td>✔️</td></tr>
<tr><td>🟢</td><td><strong>Tested with</strong></td><td><strong><a href="https://github.com/aiken-lang/aiken/tree/10b9dc204257328b758692d9c714b576d3b0a1dc">10b9dc2042</a></strong></td><td>✔️</td></tr>
<table><thead><tr><th>ℹ️</th><th>Package info</th><th>aiken-extra/string_util v3.170.202311</th><th>🪲</th></tr></thead><tbody>
<tr><td>🟢</td><td><strong>Depends on</strong></td><td><strong>aiken-lang/stdlib v1.7.0</strong></td><td>✔️</td></tr>
<tr><td>🟢</td><td><strong>Tested with</strong></td><td><strong><a href="https://github.com/aiken-lang/aiken/tree/7d319077e679962c4f0512dfb78fa41ffcd5fbc4">7d319077e6</a></strong></td><td>✔️</td></tr>
</tbody></table>
<h2>Usage Example</h2>
<pre><code class="language-gleam">use string_util/cbor.{print}
Expand Down Expand Up @@ -317,8 +317,8 @@ <h2>Usage Example</h2>
</defs>
</svg>

<script src="./js/highlight.min.js?v=1.0.19-alpha"></script>
<script src="./js/highlightjs-aiken.js?v=1.0.19-alpha"></script>
<script src="./js/highlight.min.js?v=1.0.20-alpha"></script>
<script src="./js/highlightjs-aiken.js?v=1.0.20-alpha"></script>
<script>
document.querySelectorAll("pre code").forEach((elem) => {
// if (elem.className === "") {
Expand All @@ -337,9 +337,9 @@ <h2>Usage Example</h2>
el.prepend(a);
});
</script>
<script src="./js/lunr.min.js?v=1.0.19-alpha"></script>
<script src="./js/index.js?v=1697371434"></script>
<script src="./js/lunr.min.js?v=1.0.20-alpha"></script>
<script src="./js/index.js?v=1699432950"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="./search-data.js?v=1697371434"></script>
<script src="./search-data.js?v=1699432950"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/search-data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions docs/string_util/bytes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="theme-color" content="#eff1f5" media="(prefers-color-scheme: light)"/>
<meta name="theme-color" content="#1e1e2e" media="(prefers-color-scheme: dark)"/>
<link rel="icon" type="image/svg+xml" sizes="any" href="../favicon.svg"/>
<link rel="stylesheet" href="../css/index.css?v=1.0.19-alpha" type="text/css"/>
<link id="syntax-theme" rel="stylesheet" href="../css/atom-one-light.min.css?v=1.0.19-alpha"/>
<link rel="stylesheet" href="../css/index.css?v=1.0.20-alpha" type="text/css"/>
<link id="syntax-theme" rel="stylesheet" href="../css/atom-one-light.min.css?v=1.0.20-alpha"/>
</head>
<body class="prewrap-off theme-light drawer-closed">
<script>
Expand Down Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="../">string_util</a>
<span id="project-version">
<span>v3.160.202310 </span>
<span>v3.170.202311 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v3.160.202310";
const currentVersion = "v3.170.202311";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -330,8 +330,8 @@ <h2 id="print"><pre class="hljs language-aiken">print(label: ByteArray, bytes: B
</defs>
</svg>

<script src="../js/highlight.min.js?v=1.0.19-alpha"></script>
<script src="../js/highlightjs-aiken.js?v=1.0.19-alpha"></script>
<script src="../js/highlight.min.js?v=1.0.20-alpha"></script>
<script src="../js/highlightjs-aiken.js?v=1.0.20-alpha"></script>
<script>
document.querySelectorAll("pre code").forEach((elem) => {
// if (elem.className === "") {
Expand All @@ -350,9 +350,9 @@ <h2 id="print"><pre class="hljs language-aiken">print(label: ByteArray, bytes: B
el.prepend(a);
});
</script>
<script src="../js/lunr.min.js?v=1.0.19-alpha"></script>
<script src="../js/index.js?v=1697371434"></script>
<script src="../js/lunr.min.js?v=1.0.20-alpha"></script>
<script src="../js/index.js?v=1699432950"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1697371434"></script>
<script src="../search-data.js?v=1699432950"></script>
</body>
</html>
18 changes: 9 additions & 9 deletions docs/string_util/cbor.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="theme-color" content="#eff1f5" media="(prefers-color-scheme: light)"/>
<meta name="theme-color" content="#1e1e2e" media="(prefers-color-scheme: dark)"/>
<link rel="icon" type="image/svg+xml" sizes="any" href="../favicon.svg"/>
<link rel="stylesheet" href="../css/index.css?v=1.0.19-alpha" type="text/css"/>
<link id="syntax-theme" rel="stylesheet" href="../css/atom-one-light.min.css?v=1.0.19-alpha"/>
<link rel="stylesheet" href="../css/index.css?v=1.0.20-alpha" type="text/css"/>
<link id="syntax-theme" rel="stylesheet" href="../css/atom-one-light.min.css?v=1.0.20-alpha"/>
</head>
<body class="prewrap-off theme-light drawer-closed">
<script>
Expand Down Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="../">string_util</a>
<span id="project-version">
<span>v3.160.202310 </span>
<span>v3.170.202311 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v3.160.202310";
const currentVersion = "v3.170.202311";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -349,8 +349,8 @@ <h2 id="serialise_to_hex"><pre class="hljs language-aiken">serialise_to_hex(data
</defs>
</svg>

<script src="../js/highlight.min.js?v=1.0.19-alpha"></script>
<script src="../js/highlightjs-aiken.js?v=1.0.19-alpha"></script>
<script src="../js/highlight.min.js?v=1.0.20-alpha"></script>
<script src="../js/highlightjs-aiken.js?v=1.0.20-alpha"></script>
<script>
document.querySelectorAll("pre code").forEach((elem) => {
// if (elem.className === "") {
Expand All @@ -369,9 +369,9 @@ <h2 id="serialise_to_hex"><pre class="hljs language-aiken">serialise_to_hex(data
el.prepend(a);
});
</script>
<script src="../js/lunr.min.js?v=1.0.19-alpha"></script>
<script src="../js/index.js?v=1697371434"></script>
<script src="../js/lunr.min.js?v=1.0.20-alpha"></script>
<script src="../js/index.js?v=1699432950"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1697371434"></script>
<script src="../search-data.js?v=1699432950"></script>
</body>
</html>
18 changes: 9 additions & 9 deletions docs/string_util/integer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="theme-color" content="#eff1f5" media="(prefers-color-scheme: light)"/>
<meta name="theme-color" content="#1e1e2e" media="(prefers-color-scheme: dark)"/>
<link rel="icon" type="image/svg+xml" sizes="any" href="../favicon.svg"/>
<link rel="stylesheet" href="../css/index.css?v=1.0.19-alpha" type="text/css"/>
<link id="syntax-theme" rel="stylesheet" href="../css/atom-one-light.min.css?v=1.0.19-alpha"/>
<link rel="stylesheet" href="../css/index.css?v=1.0.20-alpha" type="text/css"/>
<link id="syntax-theme" rel="stylesheet" href="../css/atom-one-light.min.css?v=1.0.20-alpha"/>
</head>
<body class="prewrap-off theme-light drawer-closed">
<script>
Expand Down Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="../">string_util</a>
<span id="project-version">
<span>v3.160.202310 </span>
<span>v3.170.202311 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v3.160.202310";
const currentVersion = "v3.170.202311";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -329,8 +329,8 @@ <h2 id="print"><pre class="hljs language-aiken">print(label: ByteArray, integer:
</defs>
</svg>

<script src="../js/highlight.min.js?v=1.0.19-alpha"></script>
<script src="../js/highlightjs-aiken.js?v=1.0.19-alpha"></script>
<script src="../js/highlight.min.js?v=1.0.20-alpha"></script>
<script src="../js/highlightjs-aiken.js?v=1.0.20-alpha"></script>
<script>
document.querySelectorAll("pre code").forEach((elem) => {
// if (elem.className === "") {
Expand All @@ -349,9 +349,9 @@ <h2 id="print"><pre class="hljs language-aiken">print(label: ByteArray, integer:
el.prepend(a);
});
</script>
<script src="../js/lunr.min.js?v=1.0.19-alpha"></script>
<script src="../js/index.js?v=1697371434"></script>
<script src="../js/lunr.min.js?v=1.0.20-alpha"></script>
<script src="../js/index.js?v=1699432950"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1697371434"></script>
<script src="../search-data.js?v=1699432950"></script>
</body>
</html>
Loading

0 comments on commit e5a2db7

Please sign in to comment.