Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • pmai's avatar
    78721c4d
    Patch from Gerd Moellmann to bring error detection of defclass in line · 78721c4d
    pmai authored
    with ANSI requirements:
    
    o If there are any duplicate slot names, an error of type
      program-error is signaled.
    o If an initialization argument name appears more than once in
      :default-initargs class option, an error of type program-error is
      signaled.
    o If any of the following slot options appears more than once in a
      single slot description, an error of type program-error is signaled:
      :allocation, :initform, :type, :documentation.
    78721c4d
    History
    Patch from Gerd Moellmann to bring error detection of defclass in line
    pmai authored
    with ANSI requirements:
    
    o If there are any duplicate slot names, an error of type
      program-error is signaled.
    o If an initialization argument name appears more than once in
      :default-initargs class option, an error of type program-error is
      signaled.
    o If any of the following slot options appears more than once in a
      single slot description, an error of type program-error is signaled:
      :allocation, :initform, :type, :documentation.