GNU bug report logs - #76163
Badly treated eol-style (end of line style) in R6RS transcoders.

Previous Next

Package: guile;

Reported by: Yuval Langer <yuval.langer <at> gmail.com>

Date: Sun, 9 Feb 2025 18:52:02 UTC

Severity: normal

To reply to this bug, email your comments to 76163 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#76163; Package guile. (Sun, 09 Feb 2025 18:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Yuval Langer <yuval.langer <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Sun, 09 Feb 2025 18:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Yuval Langer <yuval.langer <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: Badly treated eol-style (end of line style) in R6RS transcoders.
Date: Sun, 9 Feb 2025 20:50:15 +0200
[Message part 1 (text/plain, inline)]
When running the `transcoders.scm` script (file attached) in Guile:

```
$ guile transcoders.scm
```

I get the output:

```
"abc\r"
```

but it should be:

```
"abc"
```

When running Chez Scheme:

```
$ chezscheme --script transcoders.scm
```

I get the right output:

```
"abc"
```

This is due to faulty transcoders in Guile, maybe?

My `guile --version` says `guile (GNU Guile) 3.0.9`, and `chezscheme
--version` says `9.5.4`.

Many thanks,
Yuval Langer.
[transcoders.scm (text/x-scheme, attachment)]

This bug report was last modified 54 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.