Skip to content
  • Christophe Rhodes's avatar
    Be a little bit more defensive about looking up classes for component · 3bc52526
    Christophe Rhodes authored
    types.
    
    It seems regrettably common for system authors, despite the
    documentation, to place their system in CL-USER, where the user can
    quite legitimately add symbols.  Adjust the lookup code in
    CLASS-FOR-TYPE to ignore symbols not naming subclasses of
    ASDF:COMPONENT, and also to try the symbol itself first if it's not
    a keyword.  Also adjust the documentation slightly to make this slightly
    clearer.
    
    Add test files, and make the clisp test-harness work for me.
    3bc52526
To learn more about this project, read the wiki.