guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Weird result on using define-class twice


From: Thien-Thi Nguyen
Subject: Re: Weird result on using define-class twice
Date: Fri, 08 Feb 2002 12:08:38 -0800

   From: Thomas Wawrzinek <address@hidden>
   Date: Thu, 7 Feb 2002 11:54:44 +0100 (MET)

   Would this involve analyzing the whole program, or only individual
   source files (consider load)?

it would involve emulating load, for the most part, and allowing "safe"
evaluations.  basically, standard compiler front-end behavior.

   ISTR there was an agreement that name conflicts resulting from
   different modules exporting the same "names" should raise a warning,
   so at least this case would be covered once the warning mechanism is
   implemented ...

yes (except conflicts (and their detection) only occur on import).

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]