GNU bug report logs -
#60172
[PATCH 0/2] gnu: Add cl-coleslaw.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Sun, 18 Dec 2022 03:42:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 19 Dec 2022 13:29:31 +0000
with message-id <87fsdbplgk.fsf <at> kitej>
and subject line Re: [bug#60172] [PATCH 0/2] gnu: Add cl-coleslaw.
has caused the debbugs.gnu.org bug report #60172,
regarding [PATCH 0/2] gnu: Add cl-coleslaw.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
60172: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60172
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
This patch series adds the Common Lisp static site generator called Coleslaw.
I tried to use G-expressions for the arguments field, but writing
--8<---------------cut here---------------start------------->8---
#:asd-systems #~'("coleslaw" "coleslaw-cli")
--8<---------------cut here---------------end--------------->8---
results in a stacktrace and the following error:
--8<---------------cut here---------------start------------->8---
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
In procedure cdr: Wrong type argument in position 1 (expecting pair): #<gexp (quote ("coleslaw" "coleslaw-cli")) /home/paul/external/guix/gnu/packages/lisp-xyz.scm:781:28 7f28ea908270>
--8<---------------cut here---------------end--------------->8---
which I cannot decipher.
Cheers,
Paul A. Patience (2):
gnu: Add cl-closure-template.
gnu: Add cl-coleslaw.
gnu/packages/lisp-xyz.scm | 104 ++++++++++++++++++++++++++++++++++++++
1 file changed, 104 insertions(+)
--
2.38.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
"Paul A. Patience" <paul <at> apatience.com> skribis:
> Hi,
>
> This patch series adds the Common Lisp static site generator called Coleslaw.
> I tried to use G-expressions for the arguments field, but writing
>
> --8<---------------cut here---------------start------------->8---
> #:asd-systems #~'("coleslaw" "coleslaw-cli")
> --8<---------------cut here---------------end--------------->8---
>
>
> results in a stacktrace and the following error:
>
> --8<---------------cut here---------------start------------->8---
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> In procedure cdr: Wrong type argument in position 1 (expecting pair): #<gexp (quote ("coleslaw" "coleslaw-cli")) /home/paul/external/guix/gnu/packages/lisp-xyz.scm:781:28 7f28ea908270>
> --8<---------------cut here---------------end--------------->8---
>
> which I cannot decipher.
Maybe #~(list "coleslaw" "coleslaw-cli") would have worked...
> Paul A. Patience (2):
> gnu: Add cl-closure-template.
> gnu: Add cl-coleslaw.
>
> gnu/packages/lisp-xyz.scm | 104 ++++++++++++++++++++++++++++++++++++++
> 1 file changed, 104 insertions(+)
cl-closure-template is already in Guix (added in
608999be5951588c100fb527df7cb21a3e478468), so I only pushed the second
patch as 2565616ab3635eae1161a97974e80928400ae624.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 149 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.