unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Strange activity in Guile-3.0.0 record-type
@ 2020-01-25 17:35 Nala Ginrut
  0 siblings, 0 replies; only message in thread
From: Nala Ginrut @ 2020-01-25 17:35 UTC (permalink / raw)
  To: guile-devel, Andy Wingo

[-- Attachment #1: Type: text/plain, Size: 710 bytes --]

Here's a simple test:

-----------------------------------mm.scm-----------------------------------
(define-module (mm)
  #:use-module ((rnrs) #:select (define-record-type)))

(define-record-type aaa)
(define-record-type bbb)
--------------------------------------end----------------------------------------

When I import (mm) module, there's a warning:
---------------------------------------------------------------------------------------------------
mm.scm:6:0: warning: shadows previous definition of
`dummy-1a78708d3c9406a3' at mm.scm:4:0
---------------------------------------------------------------------------------------------------

It seems aaa was overwritten by bbb.

Comments?

Best regards.

[-- Attachment #2: Type: text/html, Size: 972 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-25 17:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-25 17:35 Strange activity in Guile-3.0.0 record-type Nala Ginrut

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).