#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 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
(In [13249]) Revert r13248, "Close #138 by implementing finalizers on LispObject."
since it breaks trunk building.
comment:3 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
(In [13248]) Close #138 by implementing finalizers on LispObject derived objects.