Skip to content
Snippets Groups Projects
  1. Feb 23, 2022
  2. Feb 14, 2022
  3. Jan 20, 2022
  4. Jan 18, 2022
  5. Jan 17, 2022
  6. Jan 10, 2022
  7. Jan 07, 2022
  8. Jan 06, 2022
  9. Jan 05, 2022
  10. 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
      Merge branch... · 9bd4ae14
      Robert Goldman authored
      Merge branch '98-uiop-define-package-signals-a-type-error-when-trying-to-import-from-a-non-existent-package' into 'master'
      
      Resolve "UIOP:DEFINE-PACKAGE signals a TYPE-ERROR when trying to IMPORT-FROM a non-existent package"
      
      Closes #98
      
      See merge request asdf/asdf!197
      9bd4ae14
    • 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
  11. Dec 23, 2021
  12. Oct 04, 2021
  13. Aug 30, 2021
  14. Aug 27, 2021
Loading