GNU bug report logs - #48448
'procedure-name' returns #f if name is #{}# (the empty symbol)

Previous Next

Package: guile;

Reported by: Maxime Devos <maximedevos <at> telenet.be>

Date: Sat, 15 May 2021 18:28:02 UTC

Severity: minor

Full log


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: 48448 <at> debbugs.gnu.org
Subject: bug#48448: 'procedure-name' returns #f if name is #{}# (the empty symbol)
Date: Sat, 15 May 2021 20:27:27 +0200
[Message part 1 (text/plain, inline)]
guile --version: 3.0.5
In a REPL:

(let ((#{}# (lambda () 0)) (something-else (lambda () 0)))
  (map procedure-name (list #{}# something-else)))
--> $20 (#f someting-else)

[signature.asc (application/pgp-signature, inline)]

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

Previous Next


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