Skip to content
  1. Feb 09, 2024
  2. Jan 28, 2024
  3. Jan 27, 2024
  4. Jan 25, 2024
  5. Jan 09, 2024
  6. Jan 08, 2024
  7. Jan 04, 2024
  8. Dec 14, 2023
  9. Oct 29, 2023
  10. Aug 29, 2023
  11. Aug 14, 2023
  12. Aug 10, 2023
    • Robert Goldman's avatar
      Fix issue 142 and add test. · fa9d0d1d
      Robert Goldman authored
      Add test that verifies the existence of issue 142.
      Then fix the issue -- style warning when `with-temporary-file` does not use the pathname variable in code following the `:close-stream` form.
      fa9d0d1d
  13. Jul 04, 2023
  14. Aug 06, 2022
  15. Aug 02, 2022
  16. Jul 26, 2022
  17. Jun 28, 2022
  18. Apr 27, 2022
  19. Feb 23, 2022
  20. Jan 17, 2022
  21. Jan 10, 2022
  22. Jan 07, 2022
  23. Jan 06, 2022
  24. Jan 05, 2022
  25. Dec 24, 2021
    • Robert Goldman's avatar
      Bump version to 3.3.5.4 · 10cd02ce
      Robert Goldman authored
      3.3.5.4
      10cd02ce
    • Robert Goldman's avatar
      Better error message for import-from in define-package. · 1731a174
      Robert Goldman authored
      Resolve "UIOP:DEFINE-PACKAGE signals a TYPE-ERROR when trying to IMPORT-FROM a non-existent package" (#98)
      
      The code handling other options to `define-package` used `find-package*`, 
      which (by default) errors if it can't find the package it's looking for.  The
      exception was the code for `:import-from`. This caused cryptic error messages
      (issue #98) when trying to import from a package that did not exist.
      
      Switched to using `find-package*`, added a new exception class, and added a test.
      
      1731a174
  26. Aug 30, 2021
  27. Aug 26, 2021
    • Robert Goldman's avatar
      Add version= to UIOP. · 9ecfb2fa
      Robert Goldman authored
      This is implemented in the most algebraically abstract way (as the conjunction of two calls to `version<=`).
      9ecfb2fa
  28. Aug 24, 2021
  29. Jul 27, 2021