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

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

bug#34457: closed (GNU Guile: Error in docstring of proc reverse-list->s


From: GNU bug Tracking System
Subject: bug#34457: closed (GNU Guile: Error in docstring of proc reverse-list->string)
Date: Fri, 26 Mar 2021 00:10:01 +0000

Your message dated Thu, 25 Mar 2021 17:09:01 -0700
with message-id <1616717341.2349.5.camel@gmail.com>
and subject line Re: bug#34457: GNU Guile: Error in docstring of proc 
reverse-list->string
has caused the debbugs.gnu.org bug report #34457,
regarding GNU Guile: Error in docstring of proc reverse-list->string
to be marked as done.

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


-- 
34457: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34457
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: GNU Guile: Error in docstring of proc reverse-list->string Date: Tue, 12 Feb 2019 15:34:06 +0400 User-agent: NeoMutt/20161126 (1.7.1)
Good day!

The docstring of `reverse-list->string` proc says:
```
scheme@(guile-user)> (help reverse-list->string )
`reverse-list->string' is a procedure in the (guile) module.

- Scheme Procedure: reverse-list->string chrs
     An efficient implementation of `(compose string->list reverse)':
     
               (reverse-list->string '(#\a #\B #\c)) ==> "cBa"

```
and it works as the example shows, but I think the description line
should be `(compose list->string reverse)'

I discovered it in my Guile 2.0 installation and as I checked it is
still this way in 2.9 branch.

The line itself is here:
http://git.savannah.gnu.org/cgit/guile.git/tree/libguile/srfi-13.c#n335

Sorry if it is meant this way and it's a false alarm :)

- Andrey Ivanov



--- End Message ---
--- Begin Message --- Subject: Re: bug#34457: GNU Guile: Error in docstring of proc reverse-list->string Date: Thu, 25 Mar 2021 17:09:01 -0700
Fixed by Rob Browning in commit 859cd4eb9bde1a67f1e85aa09b7a18b9d567c47c.


--- End Message ---

reply via email to

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