GNU gettext - Bugs: bug #59262, Scheme line continuations are not...
You are not allowed to post comments on this tracker with your current authentication level.
bug #59262: Scheme line continuations are not handled correctly
Submitter: | Florent Angly <fangly> | ||
Submitted: | Tue 13 Oct 2020 12:35:46 PM UTC | ||
Category: | Scheme | Severity: | 3 - Normal |
Item Group: | None | Status: | Ready For Test |
Privacy: | Public | Assigned to: | m1gu3l |
Open/Closed: | Open |
Tue 22 Dec 2020 12:41:17 AM UTC, comment #1: |
Miguel Ángel Arruga Vivas <m1gu3l>![]() ![]() |
Tue 13 Oct 2020 12:35:46 PM UTC, original submission:
Line continuations are described in section 6.7 of the Revised7 Report on the Algorithmic Language
Here is a test Scheme source file "multiline_test.scm":
Using Gettext 0.21 to run the command,
the result file "messages.po" contains the message:
The msgid contains too many whitespaces and should be instead:
|
Florent Angly <fangly> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 4 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2020-12-22 | m1gu3l | Attached File | - | ![]() |
Added 0001-xgettext-Implement-rnrs-option-for-Scheme.patch, #50540 |
Category | Translator tools | ![]() |
Scheme | ||
Status | None | ![]() |
Ready For Test | ||
Assigned to | None | ![]() |
m1gu3l |
The attached patch adds a --rnrs flag to control the standard used by xgettext. Both --rnrs 6 and --rnrs 7 enable the feature requested, but it isn't enabled by default as Guile reader follows R5RS when the default configuration is used.
(file #50540)