- Jan 28, 2024
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
- Jan 27, 2024
-
-
Robert Goldman authored
-
Robert Goldman authored
Doc fixes See merge request asdf/asdf!207
-
Robert Goldman authored
-
Robert Goldman authored
Draft: Resolve "On Allegro 11 test-deferred-warnings fails" Closes #152 See merge request asdf/asdf!228
-
Robert Goldman authored
Handle change of `excl::.functions-defined.` from list to (no-values) hash-table.
-
Robert Goldman authored
Another revision of UIOP:DUMP-IMAGE for Allegro. Closes #152 See merge request !227
-
- Jan 26, 2024
-
-
Robert Goldman authored
Draft: Iss108 See merge request asdf/asdf!206
-
Robert Goldman authored
-
Robert Goldman authored
This is necessary to avoid regression test failures. This will be repaired when we fix #152.
-
The Allegro 11 Express docker images are not named in the standard way. image is a job keyword and cannot be set in the matrix. Use an intermediate variable (IMAGE) instead.
-
- Jan 25, 2024
-
-
Robert Goldman authored
-
Robert Goldman authored
Based on further discussions with Duane Rettig and Kevin Layer at Franz.
-
- Jan 09, 2024
-
-
Robert Goldman authored
-
Robert Goldman authored
p-i-s: defpackage: handle SBCL exts, cerror on unknown option See merge request !226
-
The DEFPACKAGE code walker in package-inferred-system now handles SBCL, Allegro and Lispworks extensions. Raises a continuable error (instead of a ecase error) when it encounters an unknown DEFPACKAGE option
-
- Jan 08, 2024
-
-
Robert Goldman authored
-
Robert Goldman authored
Restore correct uiop/dump-image on older ACLs. Closes #141 See merge request asdf/asdf!225
-
Robert Goldman authored
Previous attempt to fix #141 had accidentally broken ASDF on Allegro versions prior to 11.
-
- Jan 04, 2024
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
Draft: Resolve "uiop:dumplisp compiles with warning on Allegro 11" Closes #141 See merge request !219
-
- Dec 14, 2023
-
-
Robert Goldman authored
-
Robert Goldman authored
Remove `with-optimization-settings` macro and supporting function and special variables. Closes #148 See merge request !224
-
Robert Goldman authored
This macro is incorrectly implemented and, to date, unused. So I am removing it from UIOP.
-
- Oct 29, 2023
-
-
Robert Goldman authored
-
Robert Goldman authored
Resolve "(SETF (UIOP:GETENV VAR) NIL) should unset environment variable VAR" Closes #146 See merge request !223
-
Robert Goldman authored
Extend the setter for UIOP:GETENV to do this. Set the test to expect the check for setting an environment variable to NIL to fail on clasp. Raise `not-implemented-error` if clasp tries to set environment variable to NIL.
-
- Aug 29, 2023
-
-
Robert Goldman authored
Merge branch '143-uiop-remember-single-multi-threaded-in-the-implementation-identifier' into 'master' Resolve "uiop: Remember single/multi-threaded in the implementation-identifier." Closes #143 See merge request !222
-
Robert Goldman authored
This is necessary to avoid ASDF putting single- and multi-threaded SBCL fasls in the same directory. That's the wrong thing, since they are not compatible. By giving such builds different implementation-identifiers, they are kept apart.
-
- Aug 14, 2023
-
-
Robert Goldman authored
Version bump commit inadvertently picked up a buggy modification to the GitLab pipeline.
-
Robert Goldman authored
-
Robert Goldman authored
Merge branch '142-with-temporary-file-gives-warnings-when-pathname-variable-is-not-used' into 'master' Draft: Resolve "WITH-TEMPORARY-FILE gives warnings when pathname variable is not used" Closes #142 See merge request !221
-
- Aug 10, 2023
-
-
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.
-
- Jul 04, 2023
-
-
Robert Goldman authored
Necessary to build cleanly on Allegro v 11 (available now in beta).
-
- Nov 18, 2022
-
-
Robert Goldman authored
Thanks to Nikolaos Chatzikonstantinou.
-
- Aug 07, 2022
-
-
Robert Goldman authored
-