[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1482: All module exports after interface: are ig
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1482: All module exports after interface: are ignored |
Date: |
Sat, 07 Jul 2018 09:35:00 -0000 |
#1482: All module exports after interface: are ignored
---------------------------------+--------------------------------------
Reporter: megane | Owner:
Type: defect | Status: new
Priority: major | Milestone: someday
Component: compiler | Version: 5.0
Resolution: | Keywords: modules export interface
Estimated difficulty: trivial |
---------------------------------+--------------------------------------
Comment (by snoewchen):
The mail with a less suspicious example ("export" dropped from export-
forms)
http://lists.nongnu.org/archive/html/chicken-hackers/2018-07/msg00012.html
Chicken 4.13 has the same problem
Attached Example: two-should-not.scm
compiles without a message
{{{
csc -shared -emit-all-import-libraries two-should-not.scm
}}}
Expected message:
{{{
Warning: exported identifier of module `two-should-not' has not been
defined: some-b
}}}
--
Ticket URL: <https://bugs.call-cc.org/ticket/1482#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.