polos
unread,Dec 24, 2012, 7:54:20 AM12/24/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eql-...@googlegroups.com
A critical bug has been fixed: when running e.g. "examples/0-Tutorial/4.lisp", both selection of items and editing didn't visually work properly.
(The bug was in some originally pure virtual method, which returned a "null" value instead of the default one in the 'L' subclass.)
I'm really sorry for this, and invite all of you to use the new version 12.12.4.
--
Also, when using QOVERRIDE, it is safe now to (optionally) call the base implementation directly (without using QCALL-DEFAULT) inside the overridden function (which caused infinite recursion before).
See QOVERRIDE / QCALL-DEFAULT documentation.
--
Have a nice time,
Paul