Skip to content
Snippets Groups Projects
  1. May 18, 2021
  2. May 16, 2021
    • Robert Goldman's avatar
      Merge branch 'require-upgrade-tests' into 'master' · 84f9598f
      Robert Goldman authored
      Add REQUIRE upgrade tests to CI
      
      See merge request !178
      84f9598f
    • Eric Timmons's avatar
      Add REQUIRE upgrade tests to CI · 8881818d
      Eric Timmons authored
      The original upgrade tests were disabled by default for being too slow. They're
      too slow because they test with a wide range of previous ASDF versions.
      
      Add new tests that run only if the full upgrade test suite is not run. These
      test upgrading only from the implementation provided ASDF. This is much faster
      because than testing every old version. Plus, it matches the real world upgrade
      conditions for the vast majority of users.
      
      This catches #72.
      8881818d
  3. May 15, 2021
  4. May 09, 2021
  5. May 08, 2021
  6. May 02, 2021
  7. Apr 30, 2021
  8. Apr 29, 2021
  9. Apr 28, 2021
    • Gary Palter's avatar
      Fix Genera's special case to skip /usr/share/common-lisp · 1173263c
      Gary Palter authored and Eric Timmons's avatar Eric Timmons committed
      OS-COND evaluates its clauses at compile time and only includes the relevant clause.
      Change the clause in XDG-DATA-DIRS for Genera to check whether we're on a VLM running
      on macOS at runtime. Otherwise, the binary we distribute with Genera will either
      include /usr/share/common-lisp or it won't depending on which machine I use to compile.
      1173263c
  10. Mar 22, 2021
    • Robert Goldman's avatar
      Bump version to 3.3.4.13 · 02d5bdb9
      Robert Goldman authored
      02d5bdb9
    • Robert Goldman's avatar
      Merge branch 'iss51' into 'master' · d71e2dc1
      Robert Goldman authored
      Old package local nicknames not cleared by DEFINE-PACKAGE
      
      Closes #51
      
      See merge request !167
      d71e2dc1
    • Robert Goldman's avatar
      fix #51; add comments to `ensure-package` · caf89a8a
      Robert Goldman authored
      Prior to this commit, we were trying to be far too smart when updating
      a package's package-local-nicknames: we'd only call
      `remove-package-local-nickname` on the set difference of the old
      nicknames and the new nicknames; that is, we would not remove and then
      reinstall a package-local-nickname which was already present and we
      wanted to keep. The bug which caused #51 was that the set-difference
      considered only the nickname, not the package to which it
      referred. But rather than worrying about accurately computing the
      minimal set of nicknames to remove, this commit just has
      `ensure-package` remove all package-local-nicknames, then reinstall
      the ones it wants. This may be either a performance improvement or
      regression depending on whether computing set differences is more or
      less expensive than manipulating package data structures, but my
      suspicion is that no one cares either way.
      
      Also, during the course of my debugging, I [Phoebe Goldman] added a few line-comments
      to the definition of `ensure-package` so that I could tell what
      various parts of its body were doing. I'd rather not write those
      comments again, so I'm including them in this commit.
      
      Tests incorporated and changelog updated.
      caf89a8a
    • Robert Goldman's avatar
      Merge branch '62-document-launch-program-oddities' into 'master' · 6b0311e1
      Robert Goldman authored
      Document LAUNCH-PROGRAM oddities.
      
      Closes #62
      
      See merge request asdf/asdf!166
      6b0311e1
    • Eric Timmons's avatar
      Document LAUNCH-PROGRAM oddities. · 3f2cc7c9
      Eric Timmons authored
      3f2cc7c9
  11. Mar 21, 2021
  12. Mar 20, 2021
  13. Mar 19, 2021
  14. Mar 18, 2021
  15. Mar 10, 2021
  16. Mar 09, 2021
  17. Mar 08, 2021
  18. Mar 03, 2021
Loading