diff --git a/ChangeLog.md b/ChangeLog.md index 21b3848..d7f67ec 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,19 @@ # ChangeLog + + +## 4.0.3 (2024-03-12) + + + +### 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. + ## 4.0.2 (2024-02-27) @@ -38,7 +51,7 @@ When some jobs used qlfile-template argument + caching, a template application -## 3.2.0 (2023-01-30) +## 3.2.0 (2024-01-30) @@ -56,7 +69,7 @@ When some jobs used qlfile-template argument + caching, a template application -## 3.1.0 (2023-01-27) +## 3.1.0 (2024-01-27) diff --git a/README.md b/README.md index 1970b9b..782995e 100644 --- a/README.md +++ b/README.md @@ -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 Error: Process completed with exit code 127. ``` -| **Implementation** | **Supported** | -| --- | --- | -| abcl-bin | ✅ | -| allegro | [❌][d984] | -| ccl-bin | ✅ | -| clasp | [❌][ecc6] | -| clasp-bin | ✅ | -| clisp | [❌][78c5] | -| clisp-head | ✅ | -| cmu-bin | ✅ | -| ecl | ✅ | -| mkcl | [❌][2801] | -| npt | [❌][7189] | -| sbcl | ✅ | -| sbcl-bin | ✅ | +| **Implementation** | **Linux** | **OSX** | **Windows** | +| --- | --- | --- | --- | +| abcl-bin | ✅ | ✅ | [❌][d780] | +| allegro | [❌][d984] | | | +| ccl-bin | ✅ | ✅ | [❌][d780] | +| clasp | [❌][ecc6] | | [❌][d780] | +| clasp-bin | ✅ | [❌][bf3c] | +| clisp | [❌][78c5] | | [❌][d780] | +| clisp-head | ✅ | [❌][5334] | +| cmu-bin | ✅ | [❌][2599] | [❌][d780] | +| ecl | ✅ | ✅ | [❌][d780] | +| mkcl | [❌][2801] | | | +| npt | [❌][7189] | | | +| sbcl | ✅ | | | +| sbcl-bin | ✅ | ✅ | ✅ | @@ -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 [7189]: https://github.com/40ants/setup-lisp/issues/18 [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 [3dbd]: https://github.com/mmontone/djula [795a]: https://github.com/roswell/roswell