From: "Göran Weinholt" <goran@weinholt.se>
To: 38611@debbugs.gnu.org
Subject: bug#38611: Guile 2.9.7 regression: "duplicate" record field names
Date: Sat, 14 Dec 2019 14:31:10 +0100 [thread overview]
Message-ID: <874ky3xcdd.fsf@teapot.weinholt.se> (raw)
Hello schemers,
The following program works in Guile 2.2.6 (and other R6RS
implementations), but raises an exception in Guile 2.9.7. A field called
"name" exists in record type a and record type b, but there is no actual
naming conflict as I understand it.
--8<---------------cut here---------------start------------->8---
(import (rnrs))
(define-record-type a
(fields name))
(define-record-type b
(parent a)
(fields name))
(let ((x (make-b 'a 'b)))
(write (list (a-name x)
(b-name x)))
(newline))
--8<---------------cut here---------------end--------------->8---
It should print (a b). The backtrace:
--8<---------------cut here---------------start------------->8---
Backtrace:
In ice-9/boot-9.scm:
1722:10 8 (with-exception-handler _ _ #:unwind? _ # _)
In unknown file:
7 (apply-smob/0 #<thunk 56291f86b320>)
In ice-9/boot-9.scm:
718:2 6 (call-with-prompt _ _ #<procedure default-prompt-handle?>)
In ice-9/eval.scm:
619:8 5 (_ #(#(#<directory (guile-user) 56291f8eff00>)))
In ice-9/boot-9.scm:
2792:4 4 (save-module-excursion _)
4336:12 3 (_)
In /tmp/foo.sps:
6:0 2 (_)
In ice-9/boot-9.scm:
1090:10 1 (make-record-type b ((immutable name)) _ #:parent _ # _ ?)
1073:12 0 (append-fields _ _)
ice-9/boot-9.scm:1073:12: In procedure append-fields:
duplicate field name
--8<---------------cut here---------------end--------------->8---
Regards,
--
Göran Weinholt | https://weinholt.se/
Debian developer | 73 de SA6CJK
next reply other threads:[~2019-12-14 13:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-14 13:31 Göran Weinholt [this message]
2020-01-12 20:56 ` bug#38611: Guile 2.9.7 regression: "duplicate" record field names Andy Wingo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874ky3xcdd.fsf@teapot.weinholt.se \
--to=goran@weinholt.se \
--cc=38611@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).