GNU bug report logs -
#77329
current-filename does not always work
Previous Next
To reply to this bug, email your comments to 77329 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#77329
; Package
guile
.
(Fri, 28 Mar 2025 08:29:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tommi Höynälänmaa <tommi.hoynalanmaa <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Fri, 28 Mar 2025 08:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Guile version: 3.0.10
Machine type: x86_64-pc-linux-gnu
Guile binary package version: 3.0.10+really3.0.10-4
Steps to reproduce the bug:
1. Extract the following snippet to file cur-fname1.scm some directory:
---cut here---
(define-module (cur-fname1))
(define-public %current-filename (current-filename))
---cut here---
2. Create subdirectory mod and extract the following snippet to file
cur-fname2.scm there:
---cut here---
(define-module (mod cur-fname2))
(define-public %current-filename (current-filename))
---cut here---
3. Launch guile with command "GUILE_LOAD_PATH=. guile" and give the
following commands in the REPL:
,use (cur-fname1)
%current-filename
4. Change to the subdirectory mod, launch guile with command
"GUILE_LOAD_PATH=.. guile", and give the following commands in the REPL:
,use (mod cur-fname2)
%current-filename
Expected output:
Guile should print the filename in both steps 3 and 4.
Actual output:
Guile prints filename in step 3 but #f in step 4.
- Tommi Höynälänmaa
--
Kotisivu / Homepage: http://www.iki.fi/tohoyn/
Sähköposti / E-Mail: tommi.hoynalanmaa <at> iki.fi
GPG-sormenjälki / GPG fingerprint:
55F4 2477 7155 3528 5CB2 2B7A BB86 1FDE 4046 0F83
FT, Debian-ylläpitäjä / PhD, Debian Maintainer
This bug report was last modified 7 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.