Skip to content
Snippets Groups Projects
  1. May 02, 2023
  2. Apr 30, 2023
    • Robert Goldman's avatar
      Fix tests for copy-hash-table and test=. · 800faabc
      Robert Goldman authored
      A current Allegro beta gives different values for these tests that
      seem acceptable according to the CL ANSI Spec.
      
      Specifically:
      
      - the `hash-table-size` of a hash-table copy is not always equal to
      the size of the original hash-table, but this seems to be permitted by
      the spec. Gitlab issue #30.
      
      - Allegro gives a `program-error` in one case where the tests expect a
      `type-error`. GitLab issue #31.
      
      - Allegro is more sure about a `subtypep` query than some other lisps
      in a way that seems permissible.  GitLab issue #32.
      800faabc
    • Robert Goldman's avatar
      Fix typo in docstring. · 23d439a7
      Robert Goldman authored
      23d439a7
  3. Feb 13, 2023
  4. May 09, 2022
  5. Apr 27, 2022
  6. Feb 25, 2022
  7. Feb 04, 2022
  8. Jan 28, 2022
  9. Jan 22, 2022
  10. Jan 21, 2022
  11. Jan 18, 2022
  12. Jan 17, 2022
  13. Oct 25, 2021
  14. Oct 24, 2021
  15. Jul 22, 2021
  16. Mar 15, 2021
  17. Mar 13, 2021
  18. Aug 21, 2020
  19. Jul 06, 2020
  20. Jun 17, 2020
  21. May 12, 2020
  22. Mar 31, 2020
  23. Mar 27, 2020
  24. Mar 25, 2020
    • Samuel Freilich's avatar
      Check that input is a list in proper-list-length · a297e86d
      Samuel Freilich authored
      proper-list-length and related functions claim to signal an error if the
      input is not a proper list, and are careful to safely check that the cdr
      is a cons (with safe-endp). However, they call cdr on the input without
      checking that it is a list in the first place, resulting in memory-error
      when compiled with safety 0 instead of type-error as the tests expect.
      a297e86d
Loading