Skip to content
Snippets Groups Projects
  1. Jul 06, 2017
  2. May 23, 2017
  3. Apr 13, 2017
  4. Apr 03, 2017
  5. Apr 02, 2017
  6. Mar 07, 2017
  7. Mar 04, 2017
  8. Feb 19, 2017
  9. Feb 17, 2017
  10. Jan 24, 2017
  11. Jan 12, 2017
  12. Jan 09, 2017
  13. Dec 15, 2016
  14. Dec 12, 2016
  15. Dec 08, 2016
  16. Dec 07, 2016
  17. Dec 02, 2016
  18. Dec 01, 2016
  19. Nov 30, 2016
  20. Nov 29, 2016
  21. Nov 27, 2016
  22. Nov 26, 2016
    • Francois-Rene Rideau's avatar
      Work around MOP issues on Allegro · 0221e198
      Francois-Rene Rideau authored
      Call finalize-inheritance in coerce-class on Allegro.
      Indeed the previous commit uses class meta-objects rather than
      their naming symbols as canonical representation for operations;
      now mark-component-preloaded is called at compile-toplevel and uses those
      representations, but on Allegro the classes haven't been finalized yet,
      and the finalization isn't implicitly triggered by subtypep.
      Moreover, comparing a class object to a symbol with subtypep fails,
      so normalize the super variable to a class object.
      0221e198
Loading