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

Reply via email to