guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Strange activity in Guile-3.0.0 record-type


From: Nala Ginrut
Subject: Strange activity in Guile-3.0.0 record-type
Date: Sun, 26 Jan 2020 01:35:01 +0800

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]