Update docs
This commit is contained in:
parent
f75805e69c
commit
e59ec7798f
2 changed files with 46 additions and 0 deletions
20
ChangeLog.md
20
ChangeLog.md
|
@ -2,6 +2,26 @@
|
||||||
|
|
||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
|
<a id="x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C3-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>
|
||||||
|
|
||||||
|
## 3.1.0 (2023-01-27)
|
||||||
|
|
||||||
|
<a id="changed"></a>
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Switched from Roswell v21.10.14.111 to v23.10.14.114.
|
||||||
|
* Now action checks if it is really installed requested Lisp implementation.
|
||||||
|
* A list of supported implementation was added to the documentation.
|
||||||
|
* Some implementation supported by Roswell, have problems. If you need them, please, contribute the fix either to this action or to the Roswell itself.
|
||||||
|
|
||||||
|
<a id="fixed"></a>
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Now all steps fail-fast on the first encountered error. Previously some step might be failed, but action's execution was considered success.
|
||||||
|
* Fixed Quicklisp fix activation for lisp implementations which are not support `:HOME` as part of the pathname.
|
||||||
|
|
||||||
<a id="x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C3-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>
|
<a id="x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C3-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>
|
||||||
|
|
||||||
## 3.0.0 (2023-12-14)
|
## 3.0.0 (2023-12-14)
|
||||||
|
|
26
README.md
26
README.md
|
@ -23,6 +23,28 @@ and [Qlot][e3ea] inside the Github `CI`.
|
||||||
* And finally, it can install a specified `ASDF` system and all it's dependencies.
|
* And finally, it can install a specified `ASDF` system and all it's dependencies.
|
||||||
But this step is optional.
|
But this step is optional.
|
||||||
|
|
||||||
|
<a id="x-28PROJECT-DOCS-3A-3A-40IMPLEMENTATION-SUPPORT-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>
|
||||||
|
|
||||||
|
## Implementation support
|
||||||
|
|
||||||
|
Most implementations are tested on Linux, but for some of them Windows and `OSX` are also should work:
|
||||||
|
|
||||||
|
| **Implementation** | **Supported** |
|
||||||
|
| --- | --- |
|
||||||
|
| abcl-bin | ✅ |
|
||||||
|
| allegro | ✅ |
|
||||||
|
| ccl-bin | ✅ |
|
||||||
|
| clasp | [❌][ecc6] |
|
||||||
|
| clasp-bin | ✅ |
|
||||||
|
| clisp | [❌][78c5] |
|
||||||
|
| clisp-head | ✅ |
|
||||||
|
| cmu-bin | ✅ |
|
||||||
|
| ecl | ✅ |
|
||||||
|
| mkcl | [❌][2801] |
|
||||||
|
| npt | [❌][7189] |
|
||||||
|
| sbcl | ✅ |
|
||||||
|
| 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>
|
||||||
|
|
||||||
## A typical usage
|
## A typical usage
|
||||||
|
@ -253,6 +275,10 @@ If you want to contribute to this system, join development at GitHub:
|
||||||
[8469]: https://40ants.com/run-tests
|
[8469]: https://40ants.com/run-tests
|
||||||
[04b3]: https://docs.djangoproject.com/en/3.1/topics/templates/
|
[04b3]: https://docs.djangoproject.com/en/3.1/topics/templates/
|
||||||
[cbff]: https://github.com/40ants/setup-lisp
|
[cbff]: https://github.com/40ants/setup-lisp
|
||||||
|
[78c5]: https://github.com/40ants/setup-lisp/issues/15
|
||||||
|
[ecc6]: https://github.com/40ants/setup-lisp/issues/16
|
||||||
|
[2801]: https://github.com/40ants/setup-lisp/issues/17
|
||||||
|
[7189]: https://github.com/40ants/setup-lisp/issues/18
|
||||||
[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
|
||||||
|
|
Loading…
Reference in a new issue