Update docs

This commit is contained in:
github-actions[bot] 2024-04-15 15:27:08 +00:00
parent 48b749e1f2
commit 08730d2cc2
2 changed files with 34 additions and 17 deletions

View file

@ -2,6 +2,19 @@
# ChangeLog # ChangeLog
<a id="x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C4-2E0-2E3-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>
## 4.0.3 (2024-03-12)
<a id="fixed"></a>
### Fixed
* There was an error when action suceeded, but actually failed trying to load my quicklisp fix for package inferred systems.
A code to load this fix used `:HOME` as a pathname component which is not supported by some `CL` implementations. Actually,
I've already fixed this issue in 3.1.0 version, but somehow this fix was lost. Also, a handler-bind wrapper around the loader was added
and now action's tests will fail in case of any errors.
<a id="x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C4-2E0-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a> <a id="x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C4-2E0-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>
## 4.0.2 (2024-02-27) ## 4.0.2 (2024-02-27)
@ -38,7 +51,7 @@ When some jobs used qlfile-template argument + caching, a template application
<a id="x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C3-2E2-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a> <a id="x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C3-2E2-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>
## 3.2.0 (2023-01-30) ## 3.2.0 (2024-01-30)
<a id="changed"></a> <a id="changed"></a>
@ -56,7 +69,7 @@ When some jobs used qlfile-template argument + caching, a template application
<a id="x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C3-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a> <a id="x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C3-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>
## 3.1.0 (2023-01-27) ## 3.1.0 (2024-01-27)
<a id="changed"></a> <a id="changed"></a>

View file

@ -39,21 +39,21 @@ when trying to call `ros` or `qlot` scripts:
/c/Users/runneradmin/.roswell/lisp/quicklisp/bin/qlot: line 4: exec: ros: not found /c/Users/runneradmin/.roswell/lisp/quicklisp/bin/qlot: line 4: exec: ros: not found
Error: Process completed with exit code 127. Error: Process completed with exit code 127.
``` ```
| **Implementation** | **Supported** | | **Implementation** | **Linux** | **OSX** | **Windows** |
| --- | --- | | --- | --- | --- | --- |
| abcl-bin | ✅ | | abcl-bin | ✅ | ✅ | [❌][d780] |
| allegro | [❌][d984] | | allegro | [❌][d984] | | |
| ccl-bin | ✅ | | ccl-bin | ✅ | ✅ | [❌][d780] |
| clasp | [❌][ecc6] | | clasp | [❌][ecc6] | | [❌][d780] |
| clasp-bin | ✅ | | clasp-bin | ✅ | [❌][bf3c] |
| clisp | [❌][78c5] | | clisp | [❌][78c5] | | [❌][d780] |
| clisp-head | ✅ | | clisp-head | ✅ | [❌][5334] |
| cmu-bin | ✅ | | cmu-bin | ✅ | [❌][2599] | [❌][d780] |
| ecl | ✅ | | ecl | ✅ | ✅ | [❌][d780] |
| mkcl | [❌][2801] | | mkcl | [❌][2801] | | |
| npt | [❌][7189] | | npt | [❌][7189] | | |
| sbcl | ✅ | | sbcl | ✅ | | |
| sbcl-bin | ✅ | | sbcl-bin | ✅ | ✅ | ✅ |
<a id="x-28PROJECT-DOCS-3A-3A-40TYPICAL-USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a> <a id="x-28PROJECT-DOCS-3A-3A-40TYPICAL-USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>
@ -250,6 +250,10 @@ If you want to contribute to this system, join development at GitHub:
[2801]: https://github.com/40ants/setup-lisp/issues/17 [2801]: https://github.com/40ants/setup-lisp/issues/17
[7189]: https://github.com/40ants/setup-lisp/issues/18 [7189]: https://github.com/40ants/setup-lisp/issues/18
[d984]: https://github.com/40ants/setup-lisp/issues/22 [d984]: https://github.com/40ants/setup-lisp/issues/22
[d780]: https://github.com/40ants/setup-lisp/issues/27
[5334]: https://github.com/40ants/setup-lisp/issues/28
[bf3c]: https://github.com/40ants/setup-lisp/issues/29
[2599]: https://github.com/40ants/setup-lisp/issues/30
[e3ea]: https://github.com/fukamachi/qlot [e3ea]: https://github.com/fukamachi/qlot
[3dbd]: https://github.com/mmontone/djula [3dbd]: https://github.com/mmontone/djula
[795a]: https://github.com/roswell/roswell [795a]: https://github.com/roswell/roswell