emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49910: closed ([website] script generating POT files broken with gui


From: GNU bug Tracking System
Subject: bug#49910: closed ([website] script generating POT files broken with guile@3.0.7)
Date: Wed, 18 Aug 2021 10:22:01 +0000

Your message dated Wed, 18 Aug 2021 12:21:17 +0200
with message-id <20210818102117.xqv2dmejyls6272i@pelzflorian.localdomain>
and subject line Re: bug#49910: Fwd: Re: [website] script generating POT files 
broken with guile@3.0.7
has caused the debbugs.gnu.org bug report #49910,
regarding [website] script generating POT files broken with guile@3.0.7
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49910: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49910
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [website] script generating POT files broken with guile@3.0.7 Date: Fri, 6 Aug 2021 12:53:44 +0200
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 is broken since guile@3.0.7.  Old guile@3.0.2 works.

The issue is at the end of the procedure in the call to (read) within
token->string-symbol-or-keyw, specifically

guile -c '(with-input-from-string ",@" (lambda () (read)))'

I will investigate, but I don’t fully understand.

Regards,
Florian



--- End Message ---
--- Begin Message --- Subject: Re: bug#49910: Fwd: Re: [website] script generating POT files broken with guile@3.0.7 Date: Wed, 18 Aug 2021 12:21:17 +0200
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 development of (ice-9 read),
for example if comment parsing gets added[0], the PEG parser in
sexp-xgettext can be thrown away.

[0] https://lists.gnu.org/archive/html/guile-user/2021-08/msg00009.html

Regards,
Florian


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]