Re: [Chicken-users] Renamed identifier not imported

2011-05-30 Thread Felix
From: Peter Bex peter@xs4all.nl
Subject: [Chicken-users] Renamed identifier not imported
Date: Sun, 29 May 2011 17:35:55 +0200

 Hi,
 
 When importing a renamed identifier in module A and then loading that
 library from another module B, I get the following with Chicken 4.7.0:
 
 Warning: renamed identifier not imported: (define-external 
 old-define-external)
 
 This doesn't seem to be right; module B shouldn't need to know that module A
 uses a renamed version of define-external.  Is this a bug, or did I do
 something wrong?
 

This may be related to http://bugs.call-cc.org/ticket/219


cheers,
felix

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] Renamed identifier not imported

2011-05-29 Thread Peter Bex
Hi,

When importing a renamed identifier in module A and then loading that
library from another module B, I get the following with Chicken 4.7.0:

Warning: renamed identifier not imported: (define-external old-define-external)

This doesn't seem to be right; module B shouldn't need to know that module A
uses a renamed version of define-external.  Is this a bug, or did I do
something wrong?

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music.
-- Donald Knuth

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users