Skip to content
Snippets Groups Projects
  1. Nov 18, 2022
  2. Aug 07, 2022
  3. Aug 06, 2022
  4. Aug 02, 2022
  5. Jul 26, 2022
  6. Jun 28, 2022
  7. Apr 27, 2022
  8. Mar 28, 2022
    • Eric Timmons's avatar
      Merge branch 'tweak-cldi-ci-rules' into 'master' · 16d7549e
      Eric Timmons authored
      Fix some CI pipeline issues:
      
      1. Do not trigger the standard pipeline and New image pipeline simultaneously.
      2. Fix creation of issues when a new image is tested and fails.
      3. Pin Clasp to b14e329f49998275579926da2a737885ceb2cea7. Clasp 1.0.0 needs LLVM 13, which means the most logical base image to use is based on Debian Bookworm. However, Bookworm uses the faccessat2 system call, which incorrectly returns EPERM (instead of ENOSYS) on certain versions of Docker. This breaks many things and has been reported to the CLF.
      
      See merge request asdf/asdf!183
      16d7549e
    • Eric Timmons's avatar
      Fix some CI pipeline issues: · c5405810
      Eric Timmons authored
      1. Do not trigger the standard pipeline and New image pipeline simultaneously.
      2. Fix creation of issues when a new image is tested and fails.
      3. Pin Clasp to b14e329f49998275579926da2a737885ceb2cea7. Clasp 1.0.0 needs LLVM 13, which means the most logical base image to use is based on Debian Bookworm. However, Bookworm uses the faccessat2 system call, which incorrectly returns EPERM (instead of ENOSYS) on certain versions of Docker. This breaks many things and has been reported to the CLF.
      c5405810
  9. Feb 23, 2022
  10. Feb 14, 2022
  11. Jan 20, 2022
  12. Jan 18, 2022
  13. Jan 17, 2022
  14. Jan 10, 2022
  15. Jan 07, 2022
  16. Jan 06, 2022
  17. Jan 05, 2022
    • Robert Goldman's avatar
      Bump version to 3.3.5.5 · 864bbe24
      Robert Goldman authored
      864bbe24
    • Robert Goldman's avatar
      Merge branch 'iss94' into 'master' · a3059e88
      Robert Goldman authored
      Ensure version slot of preloaded systems is correct after an upgrade
      
      Closes #94
      
      See merge request asdf/asdf!194
      a3059e88
    • Eric Timmons's avatar
      Fix test-module-excessive-depend.script · eebb10b6
      Eric Timmons authored
      This test has probably been broken for a very long time, but it was missed due
      to UPGRADE-ASDF returning T all the time. This meant that the first LOAD-OP was
      performed in a new session, *not* the session created at the top of the
      file. Once UPGRADE-ASDF was fixed, then the done status of the LOAD-OP was
      persisted, resulting in the next LOAD-OP being a no op.
      
      However, this breakage wasn't immediately apparent because FILE-WRITE-DATE was
      compared with #'>= and the PLAN was not asserted to actually contain the
      operations we wanted to see. So on a fast computer (unless you got really
      unlucky) you'd never see the failed test.
      eebb10b6
Loading