quicklisp-projects icon indicating copy to clipboard operation
quicklisp-projects copied to clipboard

Please add ORG.MELUSINA.RASHELL

Open foretspaisibles opened this issue 3 years ago • 4 comments

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

foretspaisibles avatar May 27 '22 16:05 foretspaisibles

Failure log here: http://report.quicklisp.org/2022-06-09/failure-report/cl-rashell.html

quicklisp avatar Jun 09 '22 22:06 quicklisp

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.

foretspaisibles avatar Jun 11 '22 08:06 foretspaisibles

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.

quicklisp avatar Jun 11 '22 17:06 quicklisp

Ah, thank you for the update. Let's see if https://github.com/melusina-org/cl-rashell/commit/e44223848018520026be46ddd68b74bd12cb5877 fixes it!

foretspaisibles avatar Jun 12 '22 11:06 foretspaisibles

Thanks!

foretspaisibles avatar Aug 21 '22 08:08 foretspaisibles