- Nov 18, 2022
-
-
Robert Goldman authored
Thanks to Nikolaos Chatzikonstantinou.
-
- Aug 07, 2022
-
-
Robert Goldman authored
-
- Aug 06, 2022
-
-
Robert Goldman authored
-
Robert Goldman authored
-
- Aug 02, 2022
-
-
Robert Goldman authored
-
Robert Goldman authored
Modify tests for ABCL 1.9 release. Closes #115 See merge request asdf/asdf!208
-
Robert Goldman authored
A number of tests that were disabled for older ABCL versions are enabled now for more recent releases.
-
- Jul 26, 2022
-
-
Robert Goldman authored
-
Robert Goldman authored
Bind package to cl user See merge request !213
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
Test for issue 124. See merge request asdf/asdf!212
-
Robert Goldman authored
The issue involves loading code that does not have an initial package specification. In that case, if `*package*` is bound to a package that does not import `defpackage`, a file that defines a package and then switches to it, may fail. This test demonstrates the failure mode, so that it can be fixed later.
-
- Jun 28, 2022
-
-
Robert Goldman authored
-
Robert Goldman authored
Add clasp support for uiop/launch-program See merge request asdf/asdf!211
-
-
- Apr 27, 2022
-
-
Robert Goldman authored
-
- Mar 28, 2022
-
-
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
-
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.
-
- Feb 23, 2022
-
-
Robert Goldman authored
Expand UIOP:DEFINE-PACKAGE docstring, and fix behavior of `:mix` clauses, which should not have had the defaulting use list. See merge request asdf/asdf!205
-
Robert Goldman authored
-
- Feb 14, 2022
-
-
Robert Goldman authored
Adds FAQ item on customizing paths for sources and binaries, fixes typo See merge request asdf/asdf!201
-
-
- Jan 20, 2022
-
-
Robert Goldman authored
Add allegro to CI See merge request asdf/asdf!204
-
- Jan 18, 2022
-
-
Eric Timmons authored
-
Eric Timmons authored
-
Eric Timmons authored
-
Eric Timmons authored
-
- Jan 17, 2022
-
-
Robert Goldman authored
Refine DEFINE-PACKAGE docstring. See merge request asdf/asdf!203
-
Robert Goldman authored
Expand on the use of :UNINTERN keyword argument, based on discussion around issue #85.
-
- Jan 10, 2022
-
-
Robert Goldman authored
-
Robert Goldman authored
Better handling of missing packages in DEFINE-PACKAGE :IMPORT-FROM Closes #98 and #101 See merge request asdf/asdf!199
-
Signal a style warning if we `:import-from` using a package that does not exist and an empty symbol list. Remains an error to `:import-from` a package that does not exist with a non-empty symbol list. Add some tests to try and ensure `:uiop/package` and `:uiop/package-local-nicknames` are not modified.
-
- Jan 07, 2022
-
-
Robert Goldman authored
Export name of the PROCESS-INFO class. See merge request asdf/asdf!198
-
Robert Goldman authored
Also add brief docstring to tell programmers limits on its use.
-
- Jan 06, 2022
-
-
Robert Goldman authored
-
Robert Goldman authored
make UPGRADE-ASDF return T only if a version number changed See merge request asdf/asdf!195
-
- Jan 05, 2022
-
-
Robert Goldman authored
-
Robert Goldman authored
Ensure version slot of preloaded systems is correct after an upgrade Closes #94 See merge request asdf/asdf!194
-
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.
-