Sheeple 3.0.4 -- The Fun Calling
Version 3.0.4 of Sheeple has been tagged. Most changes were internal in preparation of a more complete MOP.
Version 3.0.4 of Sheeple has been tagged and released. You can grab the latest tarballs here.
Most changes with this version are internal changes, and minor bugfixes. Some functions were also renamed and/or deprecated. The MOP is beginning to be seriously developed.
- CREATE deprecated. MAKE should be used now.
- Messages objects are now funcallable (no need to call message-function on them anymore).
- OBJECT-HIERARCHY-LIST renamed to OBJECT-PRECEDENCE-LIST
- Source location and lambda-list information for messages is now recorded in Clozure CL. If you use Emacs, you should see messages' argument list as you write them, and M-. should work to find the source location of messages (but not replies yet).
- Some unexported symbols are now properly exported.
- A somewhat-usable MOP for objects and properties is now available. See examples/amop-*.lisp for some demos. The MOP is still undocumented and unstable.
- Various bugfixes
Comments