Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    109d9fb0
    Fix FIND-NAME-INDICES. · 109d9fb0
    ram authored
    Write SLOT-ACCESSOR-FORM to share code between raw accessors and
    the constructor.
    Fixed vector structure constructor to use AREF to store names.
    Constructors now actually work when there are R/O slots, and we also
    don't multiply fetch the raw data when initializing it.
    In typed accessors & vector constructors, intersect the vector element type
    with the slot type.
    109d9fb0
    History
    Fix FIND-NAME-INDICES.
    ram authored
    Write SLOT-ACCESSOR-FORM to share code between raw accessors and
    the constructor.
    Fixed vector structure constructor to use AREF to store names.
    Constructors now actually work when there are R/O slots, and we also
    don't multiply fetch the raw data when initializing it.
    In typed accessors & vector constructors, intersect the vector element type
    with the slot type.