Skip to content
  1. Feb 17, 2013
  2. May 28, 2011
  3. Mar 13, 2010
  4. Feb 02, 2010
  5. Nov 30, 2009
  6. Nov 21, 2009
  7. Nov 14, 2009
  8. Nov 02, 2009
  9. Apr 05, 2008
  10. Jan 28, 2008
  11. Nov 24, 2007
  12. Dec 28, 2006
  13. Nov 30, 2006
  14. Aug 26, 2006
  15. Jul 20, 2006
    • Pascal Costanza's avatar
      Updated list of of known missing features. · 7e764b09
      Pascal Costanza authored
      darcs-hash:13910e2df8100f6b2f752e755151763938746a85
      7e764b09
    • Pascal Costanza's avatar
      Fixed the test for :reinitialize-instance-calls-finalize-inheritance. · 6c3c953e
      Pascal Costanza authored
      The test case was wrong because it called finalize-inheritance explicitly, which means that it always succeeded unconditionally. Now, the call to finalize-inheritance is guarded by a check for class-finalized-p. Additionally, the call to reinitialize-instance is more 'sophisticated' to avoid interference of potentially acceptable optimization.
      
      The new test reveals that CMUCL, MCL, OpenMCL and SBCL don't implement this feature correctly.
      
      Many thanks to Christophe Rhodes for spotting the error in the test case and helping to find a better formulation.
      
      darcs-hash:ad600f64046881b6303953c47a9c30f77f17312c
      6c3c953e
  16. Jul 11, 2006
  17. May 01, 2006
  18. Mar 25, 2006
  19. Mar 13, 2006
  20. Mar 09, 2006
  21. Feb 24, 2006
  22. Feb 15, 2006
  23. Feb 14, 2006
  24. Feb 11, 2006
    • Pascal Costanza's avatar
      Added a test for slot inheritance in subclasses of specified metaobject classes. · ac22b436
      Pascal Costanza authored
      The CLOS MOP specification requires that subclasses of specified metaobject classes do not inherit slots whose names are exported from any package and/or accessible in the package common-lisp-user. I have added a test that checks whether this requirement is fulfilled. Unfortunately, most CLOS implementations break this requirement a lot. See Closer to MOP for a detailed report on violations.
      
      darcs-hash:620a55f2f1e4b966e83430302ff0cbda44c0af76
      ac22b436
  25. Jan 31, 2006
  26. Dec 28, 2005
  27. Nov 17, 2005
  28. Nov 05, 2005