-
Notifications
You must be signed in to change notification settings - Fork 3
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
0 parents
commit dfb9764
Showing
17 changed files
with
2,863 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
languages: bash, css, json, lisp, markdown, plaintext, xml, yaml | ||
theme: a11y-dark |
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<rss version="2.0"> | ||
<channel> | ||
<title>project-docs ChangeLog</title> | ||
<link>https://40ants.com/setup-lisp/</link> | ||
<generator>xml-emitter</generator> | ||
<language>en-us</language> | ||
<item> | ||
<title>2.1.0 (2022-11-10)</title> | ||
<description><p>Moved to newer action msys2/[email protected] where a warning about stale Node.js version is fixed.</p></description> | ||
<pubDate>Thu, 10 Nov 2022 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>2.0.0 (2021-10-28)</title> | ||
<description><h1 id="new">New</h1><ul><li><p>Add Windows support.</p></li></ul><h1 id="breaking-changes">Breaking changes</h1><p>Now instead of latest version of <code>ASDF</code>, Roswell and Qlot | ||
we pin versions which known to work in supported environments.</p><p>If you want latest version, pass &quot;latest&quot; as value of | ||
&quot;asdf-version&quot;, &quot;roswell-version&quot; or &quot;qlot-version&quot;.</p><p>Currently these versions are used:</p><ul><li><p><code>ASDF</code>: 3.3.5.3</p></li><li><p>Roswell: v21.10.14.111</p></li><li><p>Qlot: 0.11.5</p></li></ul><p>Thanks for these changes to Matteo Landi!</p></description> | ||
<pubDate>Thu, 28 Oct 2021 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>1.1.2 (2021-09-19)</title> | ||
<description><p>Move from Qlot 0.11.1 to 0.11.5.</p></description> | ||
<pubDate>Sun, 19 Sep 2021 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>1.1.1 (2021-09-12)</title> | ||
<description><p>Version of qlot was fixed on 0.11.1, because later versions are broken and unable to install | ||
systems from the GitHub. See issue <a href="https://github.com/fukamachi/qlot/issues/118">#118</a>.</p></description> | ||
<pubDate>Sun, 12 Sep 2021 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>1.1.0 (2021-06-06)</title> | ||
<description><p>Added a new input variable <code>asdf-version</code>. By default, the latest | ||
<code>ASDF</code> will be used.</p></description> | ||
<pubDate>Sun, 06 Jun 2021 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>1.0.2 (2021-04-04)</title> | ||
<description><p>Fixed installation of <code>libcurl4-openssl-dev</code> on Ubuntu Focal.</p></description> | ||
<pubDate>Sun, 04 Apr 2021 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>1.0.1 (2021-02-22)</title> | ||
<description><p>Fixed error when there is no <code>qlfile</code> in the repository.</p></description> | ||
<pubDate>Mon, 22 Feb 2021 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>1.0.0 (2021-01-07)</title> | ||
<description><p>Initial version.</p></description> | ||
<pubDate>Thu, 07 Jan 2021 00:00:00 +0000</pubDate> | ||
</item> | ||
</channel> | ||
</rss> |
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 |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<html lang=en> | ||
<head> | ||
<meta charset=UTF-8><meta name=viewport | ||
content="width=device-width, initial-scale=1"> | ||
<title>ChangeLog</title> | ||
<link rel=alternate | ||
href=https://40ants.com/setup-lisp/changelog.xml | ||
type=application/rss+xml> | ||
<link rel=stylesheet type=text/css | ||
href=../theme.css> | ||
<script type=text/javascript src=../jquery.js></script> | ||
<script type=text/javascript src=../toc.js></script> | ||
<link rel=stylesheet type=text/css | ||
href=../highlight.min.css> | ||
<script type=text/javascript | ||
src=../highlight.min.js></script> | ||
<script type=text/javascript>hljs.highlightAll();</script> | ||
<script type=text/javascript> | ||
MathJax = { | ||
tex: { | ||
inlineMath: [['$','$']], | ||
processEscapes: true | ||
} | ||
}; | ||
</script> | ||
<script type=text/javascript | ||
src=https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js></script> | ||
<script type=text/javascript>$(document).ready(function() {$('a:has(img)').css('border-bottom', 'none')})</script> | ||
</head> | ||
<body> | ||
<div class=page><a id=fork-me href=https://github.com/40ants/setup-lisp>Fork me on GitHub</a> | ||
<div class=navbar> | ||
<div class=navbar-inner> | ||
<a class=brand href="/"> | ||
<img class=logo | ||
src=https://40ants.com/img/logo.svg></a> | ||
<ul class=nav> | ||
<li><a href=/about.html>Who We Are</a> | ||
<li><a href=https://gitter.im/40ants/team>Chat With Us</a> | ||
<li><a href=/tips.html>Lisp Tips</a> | ||
<li><a href=/projects.html>Our Projects</a> | ||
</ul> | ||
</div> | ||
</div> | ||
<input type=checkbox id=sidebar-check> | ||
<label for=sidebar-check> | ||
<div id=sidebar-trigger> | ||
<span></span><span></span><span></span> | ||
</div></label><div class=sidebar><div class=header><form class=search method=GET | ||
action="../search/"> | ||
<input type=text name=q> | ||
<input type=submit value=Search><span id=search-progress></span> | ||
</form> | ||
</div><div class=content><div class=page-toc><ul><li><p><a href="../#x-28PROJECT-DOCS-3A-40INDEX-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-40INDEX-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">GitHub Action to Setup Common Lisp for CI</a></p><ul><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40FEATURES-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40FEATURES-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">What this action does for you?</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40TYPICAL-USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40TYPICAL-USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">A typical usage</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40ROSWELL-VERSION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40ROSWELL-VERSION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Overriding Roswell version</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40ASDF-VERSION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40ASDF-VERSION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Overriding ASDF version</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40QLOT-VERSION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40QLOT-VERSION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Overriding Qlot version</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40QL-FILE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40QL-FILE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Overriding qlfile</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40CACHING-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40CACHING-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Caching</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40ROADMAP-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40ROADMAP-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Roadmap</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40CONTRIBUTION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40CONTRIBUTION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Contribution</a></p></li></ul></li><li><p><a href="#x-28PROJECT-DOCS-2FCHANGELOG-3A-40CHANGELOG-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="" data-node="x-28PROJECT-DOCS-2FCHANGELOG-3A-40CHANGELOG-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">ChangeLog</a></p></li></ul> | ||
</div> | ||
</div><div class=footer> | ||
<a href=https://40ants.com/doc>[generated by 40ANTS-DOC]</a> | ||
</div> | ||
</div><div class=content role=main><h1>ChangeLog<a class=rss-icon href=https://40ants.com/setup-lisp/changelog.xml></a></h1><h2>2.1.0 (2022-11-10)<a class=header-link | ||
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C2-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C2-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Moved to newer action msys2/[email protected] where a warning about stale Node.js version is fixed.</p><h2>2.0.0 (2021-10-28)<a class=header-link | ||
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C2-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C2-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><h3 id="new">New</h3><ul><li><p>Add Windows support.</p></li></ul><h3 id="breaking-changes">Breaking changes</h3><p>Now instead of latest version of <code>ASDF</code>, Roswell and Qlot | ||
we pin versions which known to work in supported environments.</p><p>If you want latest version, pass "latest" as value of | ||
"asdf-version", "roswell-version" or "qlot-version".</p><p>Currently these versions are used:</p><ul><li><p><code>ASDF</code>: 3.3.5.3</p></li><li><p>Roswell: v21.10.14.111</p></li><li><p>Qlot: 0.11.5</p></li></ul><p>Thanks for these changes to Matteo Landi!</p><h2>1.1.2 (2021-09-19)<a class=header-link | ||
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E1-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E1-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Move from Qlot 0.11.1 to 0.11.5.</p><h2>1.1.1 (2021-09-12)<a class=header-link | ||
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E1-2E1-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E1-2E1-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Version of qlot was fixed on 0.11.1, because later versions are broken and unable to install | ||
systems from the GitHub. See issue <a href="https://github.com/fukamachi/qlot/issues/118">#118</a>.</p><h2>1.1.0 (2021-06-06)<a class=header-link | ||
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Added a new input variable <code>asdf-version</code>. By default, the latest | ||
<code>ASDF</code> will be used.</p><h2>1.0.2 (2021-04-04)<a class=header-link | ||
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Fixed installation of <code>libcurl4-openssl-dev</code> on Ubuntu Focal.</p><h2>1.0.1 (2021-02-22)<a class=header-link | ||
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E1-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E1-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Fixed error when there is no <code>qlfile</code> in the repository.</p><h2>1.0.0 (2021-01-07)<a class=header-link | ||
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Initial version.</p> | ||
</div><div class=footer> | ||
<hr class=separator> | ||
<p class=fineprint>Created with passion by <em>40Ants</em><a class=lisp-logo | ||
href="http://lisp-lang.org/"> | ||
<img | ||
src=https://40ants.com/img/made-with-lisp.svg></a> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.