bug#49910: Fwd: Re: [website] script generating POT files broken with guile@3.0.7

2021-08-18 Thread pelzflorian (Florian Pelz)
I’m closing this issue since a workaround is in place. The current behavior of the website’s sexp-xgettext script is wrong (and was wrong before with guile@3.0.2) when passing --keyword=quote or --keyword=unquote-splicing but nobody does that anyway. The script should be adapted with further

bug#49910: Fwd: Re: [website] script generating POT files broken with guile@3.0.7

2021-08-07 Thread pelzflorian (Florian Pelz)
On Fri, Aug 06, 2021 at 02:16:16PM +0200, Leo Prikler wrote: > > guile -c '(with-input-from-string ",@" (lambda () (read)))' > The trick that I'm applying is to call syntax->datum on the return > value of (read). This must be a different error because guile errors out without return value, but

bug#49910: Fwd: Re: [website] script generating POT files broken with guile@3.0.7

2021-08-06 Thread Leo Prikler
Misremembered the bug ID, sorry --- Begin Message --- Hi Florian, Am Freitag, den 06.08.2021, 12:53 +0200 schrieb pelzflorian (Florian Pelz): > Hello Guix! > > In the guix-artwork.git repo, the pot file generation > (scripts/sexp-xgettext.scm as described in the file i18n-howto) in > the website