quicklisp-projects
quicklisp-projects copied to clipboard
Please add ORG.MELUSINA.RASHELL
The Rashell package defines primitives which combine ease of use with the ability to write maintainable and resilient programs leveraging the full power of UNIX. These primitives implements common patterns to interact with UNIX utilities as subprocesses. These patterns usually yield a string or a sequence of lines, they will also adequately report error conditions on subprocesses.
Source: [email protected]:melusina-org/cl-rashell.git
Make documentation: development/makedoc Testsuite: development/testsuite
Failure log here: http://report.quicklisp.org/2022-06-09/failure-report/cl-rashell.html
Thanks! Is this building on a windows machine? How can I advertise in ASDF that windows is not supported?
For the error in the testsuite, missing package ORG.MELUSINA.CONFIDENCE, this should be addressed by #2172.
sb-posix is not part of the default sbcl system on any platform. You have to explicitly depend on it.
On Jun 11, 2022, at 04:03, Michaël Le Barbier @.***> wrote:
Thanks! Is this building on a windows machine? How can I advertise in ASDF that windows is not supported.
For the error in the testsuite, missing package ORG.MELUSINA.CONFIDENCE, this should be addressed by #2172.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.
Ah, thank you for the update. Let's see if https://github.com/melusina-org/cl-rashell/commit/e44223848018520026be46ddd68b74bd12cb5877 fixes it!
Thanks!