-
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 4037b89
Showing
17 changed files
with
2,975 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,84 @@ | ||
<?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>4.0.2 (2024-02-27)</title> | ||
<description><h1 id="fixed">Fixed</h1><ul><li><p>Fix recreating of qlfile inside qlot environment cache.</p></li></ul><p>When some jobs used qlfile-template argument + caching, a template application | ||
result was cached and caused an error during the next run.</p></description> | ||
<pubDate>Tue, 27 Feb 2024 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>4.0.1 (2024-02-25)</title> | ||
<description><h1 id="fixed">Fixed</h1><ul><li><p>Fixed loading of quicklisp-osx-fix. Previously the script made unnecessary output and when you had a <code>qlfile</code> template in your workflow this output leaked into <code>qlfile</code> broking following <code>qlot install</code>.</p></li></ul></description> | ||
<pubDate>Sun, 25 Feb 2024 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>4.0.0 (2024-02-24)</title> | ||
<description><h1 id="changed">Changed</h1><ul><li><p>Internal cache mechanism was added. Now action caches Roswell and Qlot files to speed up reruns. For example, without cache action could be executed about 4 minutes, and with cache it runs only 20 seconds on Ubuntu or 1 minute on Windows.</p></li><li><p>A new input variable <code>cache</code> was added to control caching beheviour. It is <code>true</code> by default, but you can switch it to <code>false</code> to turn caching off.</p></li></ul></description> | ||
<pubDate>Sat, 24 Feb 2024 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>3.2.0 (2023-01-30)</title> | ||
<description><h1 id="changed">Changed</h1><ul><li><p>Now action uses <code>bash -xeo pipefail</code> for running Roswell install script. This way, in case of some errors inside the script, it will be interrupted immediately.</p></li><li><p>Also, we don't attempt to set <code>ROSWELL_INSTALL_DIR</code> env variable anymore, because despite it's presence, Roswell was installed into <code>/mingw64/bin/</code> instead under Windows and it works well (at least for me).</p></li><li><p>Now we don't add action's directory to the <code>PATH</code> using modification of <code>GITHUB_PATH</code> variable. This prevents modification of the <code>PATH</code> of a workflow called the action.</p></li></ul><h1 id="fixed">Fixed</h1><ul><li><p>Fixed running of test.ros script under Windows.</p></li></ul></description> | ||
<pubDate>Mon, 30 Jan 2023 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>3.1.0 (2023-01-27)</title> | ||
<description><h1 id="changed">Changed</h1><ul><li><p>Switched from Roswell v21.10.14.111 to v23.10.14.114.</p></li><li><p>Now action checks if it is really installed requested Lisp implementation.</p></li><li><p>A list of supported implementation was added to the documentation.</p></li><li><p>Some implementation supported by Roswell, have problems. If you need them, please, contribute the fix either to this action or to the Roswell itself.</p></li></ul><h1 id="fixed">Fixed</h1><ul><li><p>Now all steps fail-fast on the first encountered error. Previously some step might be failed, but action's execution was considered success.</p></li><li><p>Fixed Quicklisp fix activation for lisp implementations which are not support <code>:HOME</code> as part of the pathname.</p></li></ul></description> | ||
<pubDate>Fri, 27 Jan 2023 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>3.0.0 (2023-12-14)</title> | ||
<description><p>Now action uses a fix for Quicklisp client which makes it possible to load package inferred <code>ASDF</code> systems by name of the subsystem.</p></description> | ||
<pubDate>Thu, 14 Dec 2023 00:00:00 +0000</pubDate> | ||
</item> | ||
<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> |
Oops, something went wrong.