- Oct 08, 2020
-
-
Martin Simmons authored
-
- Sep 09, 2020
-
-
Robert Goldman authored
-
- Jun 27, 2020
-
-
Francois-Rene Rideau authored
Request from Eric Timmons in asdf/asdf!146
-
- May 26, 2020
-
-
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.
-
- May 15, 2020
-
-
Robert Goldman authored
-
Robert Goldman authored
There was a typo in the nickname for uiop/common-lisp. Thanks for Michał Herda for the fix.
-
- Apr 30, 2020
-
-
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.
-
- Apr 29, 2020
-
-
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.
-
- Apr 28, 2020
-
-
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.
-
- Apr 27, 2020
-
-
Robert Goldman authored
-
- Apr 07, 2020
-
-
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.
-
- Apr 04, 2020
-
-
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.
-
- Apr 02, 2020
-
-
Robert Goldman authored
In bundle asd don't drop CRLF but substitute space. Makes banner more pleasing. See merge request asdf/asdf!139
-
- Apr 01, 2020
-
-
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
-
- Feb 27, 2020
-
-
Francois-Rene Rideau authored
-
- Feb 14, 2020
-
-
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
-
- Feb 08, 2020
-
-
François-René Rideau authored
Best practices: fix typo See merge request asdf/asdf!135
-
Rommel MARTINEZ authored
-
- Feb 04, 2020
-
-
Robert Goldman authored
-
- Feb 03, 2020
-
-
Robert Goldman authored
Iss23 See merge request asdf/asdf!132
-
Robert Goldman authored
Correct the dependency logic for `deliver-asd-op`. Add a test to verify the issue and the fix. Incorporate fixes to the related operations.