[armedbear-ticket] [armedbear] #79: Identically named gensymed coalesced into same object in fasl file
armedbear
armedbear-devel at common-lisp.net
Sun May 2 19:58:57 UTC 2010
#79: Identically named gensymed coalesced into same object in fasl file
--------------------------+-------------------------------------------------
Reporter: trittweiler | Owner: ehuelsmann
Type: defect | Status: closed
Priority: major | Milestone:
Component: compiler | Version:
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by ehuelsmann):
* status: new => closed
* resolution: => fixed
Comment:
(In [12650]) Fix #79: Equally named -but different- uninterned symbols
coalesced into
one in FASLs.
This commit removes the *FASL-ANONYMOUS-PACKAGE*: it's replaced by
*FASL-UNINTERNED-SYMBOLS* and a dispatch macro function which resolves
symbols by index instead of by name.
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/79#comment:4>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list