Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • toy's avatar
    80fe23bf
    From Gerd Moellmann: · 80fe23bf
    toy authored
    o Entomotomy bug optional-environment-arg-mistakes:
    
      Recognize the optional environment argument for typep, subtypep,
      upgraded-array-element-type, upgraded-complex-part-type, and various
      other functions that take an optional environment arg.  Currently,
      all we do with the environment is ignore it.
    
    o Entomotomy bug defknowns-for-bit-array-setters-wrong
    
      Defknowns for %bitset and %sbitset was only allowing vectors, not
      multidimensional arrays.
    80fe23bf
    History
    From Gerd Moellmann:
    toy authored
    o Entomotomy bug optional-environment-arg-mistakes:
    
      Recognize the optional environment argument for typep, subtypep,
      upgraded-array-element-type, upgraded-complex-part-type, and various
      other functions that take an optional environment arg.  Currently,
      all we do with the environment is ignore it.
    
    o Entomotomy bug defknowns-for-bit-array-setters-wrong
    
      Defknowns for %bitset and %sbitset was only allowing vectors, not
      multidimensional arrays.