Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#138 closed enhancement (fixed)

Support object finalizers

Reported by: ehuelsmann Owned by: somebody
Priority: major Milestone:
Component: other Version:
Keywords: Cc:
Parent Tickets:

Description

One of the higher downloads from Quicklisp is trivial-garbage, which currently does not support ABCL.

To be able to implement support for ABCL, we need object finalization support.

Change History (3)

comment:1 Changed 13 years ago by ehuelsmann

Resolution: fixed
Status: newclosed

(In [13248]) Close #138 by implementing finalizers on LispObject derived objects.

comment:2 Changed 13 years ago by ehuelsmann

(In [13249]) Revert r13248, "Close #138 by implementing finalizers on LispObject."
since it breaks trunk building.

comment:3 Changed 13 years ago by ehuelsmann

(In [13250]) Close #138 by implementing a general post-finalization notification mechanism.

Note: See TracTickets for help on using tickets.