Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    c213d403
    o Make VALID-FUNCTION-NAME-P the function name, even if it's not a · c213d403
    rtoy authored
      valid function name.
    o Make the setf function-name-syntax try return the function name even
      if it's not a valid setf function name.
    o Use the above changes to fill out more completely and correctly the
      simple-type-error in FDEFINITION-OBJECT, when the function name is
      not valid.
    
    This fixes ansi-tests for fboundp and friends where the datum was a
    type of expected-type or where the datum had the wrong name.
    c213d403
    History
    o Make VALID-FUNCTION-NAME-P the function name, even if it's not a
    rtoy authored
      valid function name.
    o Make the setf function-name-syntax try return the function name even
      if it's not a valid setf function name.
    o Use the above changes to fill out more completely and correctly the
      simple-type-error in FDEFINITION-OBJECT, when the function name is
      not valid.
    
    This fixes ansi-tests for fboundp and friends where the datum was a
    type of expected-type or where the datum had the wrong name.