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: Taylan Kammer <taylan.kammer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
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 message dated Wed, 12 May 2021 22:15:04 +0200
with message-id <cd3a2f0a-8cf9-9b21-bd27-e334229fd1c9 <at> gmail.com>
and subject line (scheme base) "member" should return #f if object is not in list
has caused the debbugs.gnu.org bug report #43304,
regarding (scheme base) "member" should return #f if object is not in list
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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: 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


[Message part 3 (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


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.