From: Peter Bex <[email protected]> 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 [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
