Skip to content
  1. Jan 25, 2024
  2. Oct 18, 2023
  3. Oct 16, 2023
  4. Sep 09, 2023
  5. May 05, 2023
  6. May 04, 2023
    • Robert Goldman's avatar
      Mark CURRY.3 test as XFAIL on CMUCL. · 66935939
      Robert Goldman authored
      For whatever reason, CMUCL is unable to retrieve the value of
      COMPILER-MACRO-FUNCTION for CURRY after the DEFINE-COMPILER-MACRO
      call. I believe that this is a violation of the spec.
      
      At any rate, to get the tests to pass on CMUCL, I have marked this as
      XFAIL on CMUCL.
      66935939
    • Robert Goldman's avatar
      Fix the modal logic of TYPE=. · 613b4793
      Robert Goldman authored
      Computing the correct return value of TYPE= requires combining the
      primary and secondary returns of SUBTYPEP correctly.  Previously the
      return value for combining (NIL NIL) and (T T) was incorrectly (NIL T)
      instead of (NIL NIL).
      613b4793
  7. May 03, 2023
  8. May 02, 2023
  9. 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
  10. Feb 13, 2023
  11. May 09, 2022
  12. Apr 27, 2022
  13. Feb 25, 2022
  14. Feb 04, 2022
  15. Jan 28, 2022
  16. Jan 22, 2022
  17. Jan 21, 2022
  18. Jan 18, 2022
  19. Jan 17, 2022
  20. Oct 25, 2021
  21. Oct 24, 2021
  22. Jul 22, 2021
  23. Mar 15, 2021
  24. Mar 13, 2021
  25. Aug 21, 2020