- 15 Oct, 2020 8 commits
-
-
Eric Timmons authored
The necessary change has been backported to mitmers/sbcl:2.0.9.
-
Eric Timmons authored
-
Eric Timmons authored
Upgrades are currently broken on ABCL. Additionally, it seems the Jenkins test suite didn't even run them before.
-
Eric Timmons authored
Default to latest, but use SBCL 2.0.8 for the moment as 2.0.9 has a bug that is triggered on cl.net's Gitlab CI Runners. This bug was likely fixed in https://github.com/sbcl/sbcl/commit/d0243a9f9961f0afdc09b555821b88edb2488be9 and is being backported to mitmers/sbcl:2.0.9.
-
Eric Timmons authored
When testing CCL using cl.net's Gitlab CI runners, the current sleep times do not appear to be sufficient.
-
Eric Timmons authored
They are the same images, just moved to a new location.
-
Eric Timmons authored
If an upgrade test failed, that function never exited with a non-zero status. While exit 1 was called, it was in a pipeline, so the exit code was set as the exit code of the last command in the pipeline (tee) which always exited 0. Switch to keeping the status in a separate file (like run_tests). A local variable cannot be used, because the pipeline also makes the block containing the for loop run in a sub shell.
-
Eric Timmons authored
The jobs that use the Makefile based test harness are created unconditionally. There are additionally jobs that use the Lisp scripting based harness which are added only if the CI environment variable USE_ASDF_TOOLS is set.
-
- 27 Jun, 2020 1 commit
-
-
Francois-Rene Rideau authored
Request from Eric Timmons in asdf/asdf!146
-
- 26 May, 2020 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
Jingtao Xu discovered that package-inferred-system's could not handle files with different extensions, because the "lisp" extension was hard-coded into the system search function for package-inferred-system's. This commit fixes that issue and adds a test. Thanks to Jingtao Xu for the fix.
-
- 15 May, 2020 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
There was a typo in the nickname for uiop/common-lisp. Thanks for Michał Herda for the fix.
-
- 30 Apr, 2020 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
Ignore errors in sb-grovel-unknown-constant-condition-p. An error is raised if `simple-condition-format-control` is a formatter functionand is is passed to `string`. This now mirrors `match-condition-p` which also ignores errors when comparing a simple condition to a string. Test added to test-utilities.script for this issue. Thanks to Eric Timmons for the fix.
-
- 29 Apr, 2020 4 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
Reimplement with-null-input and with-null-output entirely in Lisp See merge request asdf/asdf!136
-
Reimplement with-null-input and with-null-output entirely in Lisp, avoiding access to system devices.
-
Robert Goldman authored
Wrap compilation of UIOP/WITH-OUTPUT in code that muffles SBCL style warning.
-
- 28 Apr, 2020 4 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
Properly pass :element-type to with-output-to-string See merge request asdf/asdf!126
-
This fixes launchpad bug #1855911 as reported by Martin Simmons, with a change based on a patch submitted by Martin: https://bugs.launchpad.net/asdf/+bug/1855911 Some additional ugliness to suppress style warnings on compilation.
-
Robert Goldman authored
Provide ECL support for package local nicknames.
-
- 27 Apr, 2020 1 commit
-
-
Robert Goldman authored
-
- 07 Apr, 2020 1 commit
-
-
Robert Goldman authored
The tests for package local nicknames didn't work properly for case sensitive Allegro lisp. Problem only in the tests, not in ASDF/UIOP.
-
- 04 Apr, 2020 4 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
Closes #14 See merge request asdf/asdf!127
-
Fixes #14 as suggested by reporter Andriy Kmit. Add support for package local nicknames to package-inferred-systems and define-package.
-
- 02 Apr, 2020 1 commit
-
-
Robert Goldman authored
In bundle asd don't drop CRLF but substitute space. Makes banner more pleasing. See merge request asdf/asdf!139
-
- 01 Apr, 2020 3 commits
-
-
Robert Goldman authored
Fix primary-system-name for systems without a source file Closes #27 See merge request asdf/asdf!138
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 27 Feb, 2020 1 commit
-
-
Francois-Rene Rideau authored
-
- 14 Feb, 2020 6 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
Now ask for issues to be posted on gitlab.common-lisp.net instead of launchpad.
-
Robert Goldman authored
-