[armedbear-devel] Idea to fix ticket 79: identical uninterned symbols coalesced in fasl

Erik Huelsmann ehuels at gmail.com
Sun May 2 20:04:34 UTC 2010


On Sun, May 2, 2010 at 12:47 AM, Erik Huelsmann <ehuels at gmail.com> wrote:
> Ticket 79 is one of the "correctness" category: we do something which
> we shouldn't (although it hasn't been seen in real life yet). When we
> compile a file containing 2 *different* -yet similarly named -
> uninterned symbols, they are coalesced into the same object when
> reading that fasl.

Proposed change committed in r12650. Ticket #79 is now fixed!

Code changes were a little bit more involved than I had planned, but
*fasl-anonymous-package* was used in more places than I expected.

As a consequence of this change, I have increased the FASL version number.

Bye,


Erik.




More information about the armedbear-devel mailing list