GNU bug report logs - #43304
(scheme base) "member" should return #f if object is not in list

Previous Next

Package: guile;

Reported by: Erik Dominikus <erik.dominikus71 <at> gmail.com>

Date: Thu, 10 Sep 2020 07:55:01 UTC

Severity: normal

Fixed in version 3.0.6

Done: Taylan Kammer <taylan.kammer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Erik Dominikus <erik.dominikus71 <at> gmail.com>
Subject: bug#43304: closed ((scheme base) "member" should return #f if
 object is not in list)
Date: Wed, 12 May 2021 20:16:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#43304: (scheme base) "member" should return #f if object is not in list

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 43304 <at> debbugs.gnu.org.

-- 
43304: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43304
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Taylan Kammer <taylan.kammer <at> gmail.com>
To: 43304-done <at> debbugs.gnu.org
Subject: (scheme base) "member" should return #f if object is not in list
Date: Wed, 12 May 2021 22:15:04 +0200
Version: 3.0.6

[Message part 3 (message/rfc822, inline)]
From: Erik Dominikus <erik.dominikus71 <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: (scheme base) "member" should return #f if object is not in list
Date: Thu, 10 Sep 2020 10:46:58 +0700
Dear Guile authors,

I would like to report an issue:

Version: Guile 3.0.2 (but should also apply to master; Git says the
"member" in module/scheme/base.scm hasn't changed since October 2019)

How to reproduce: Run "guile" and then type this:

((@ (scheme base) member) 0 '(1))

Expected: #f

Actual: ()

Reason: page 43 of R7RS-small https://small.r7rs.org/attachment/r7rs.pdf
"If obj does not occur in list, then #f (not the empty list) is returned."

Thank you.

Best regards,

Erik



This bug report was last modified 4 years and 8 days ago.

Previous Next


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