[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Renamed identifier not imported
From: |
Felix |
Subject: |
Re: [Chicken-users] Renamed identifier not imported |
Date: |
Mon, 30 May 2011 08:22:06 +0200 (CEST) |
From: Peter Bex <address@hidden>
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