- 07 Mar, 2017 1 commit
-
-
Francois-Rene Rideau authored
Show full version so when inspecting a lot file you know what it's for. Also, in asdf-tools improve test-basic and implement a test-all-basic.
-
- 19 Feb, 2017 2 commits
-
-
Francois-Rene Rideau authored
Use the same algorithm as Quicklisp uses for its local-projects: prefer a .asd with a path of shorter depth; and for equal depth, prefer the path with namestring that is least for string<.
-
Francois-Rene Rideau authored
Show full version so when inspecting a lot file you know what it's for. Also, in asdf-tools improve test-basic and implement a test-all-basic.
-
- 27 Jan, 2017 1 commit
-
-
dkim authored
The uname command on macOS does not support the -o option.
-
- 18 Jan, 2017 1 commit
-
-
Francois-Rene Rideau authored
The convenience methods recursively call explain, which cause a style-warning if the compiler-macro is already defined, and a different one if it is defined afterwards. The solution is to declare the function notinline in the body of the convenience methods. This fixes test-clean-load on sbcl, and more generally hushes loading asdf.lisp from source.
-
- 13 Jan, 2017 1 commit
-
-
Francois-Rene Rideau authored
-
- 26 Dec, 2016 1 commit
-
-
Francois-Rene Rideau authored
This will remove a warning caused by the omission when uiop is loaded from the tarball (e.g. by Quicklisp).
-
- 07 Dec, 2016 1 commit
-
-
Francois-Rene Rideau authored
Deprecation goes through the following phases: style-warning, warning, cerror, functionality removed. Automatically upgrade the deprecation phase at every minor version change (not every release). Include minimal testing of the deprecation functionality. Add deprecation TODO items. Deprecation will start with 3.2.
-
- 01 Dec, 2016 1 commit
-
-
Francois-Rene Rideau authored
-
- 18 Oct, 2016 3 commits
-
-
Francois-Rene Rideau authored
I investigated why Quicklisp still hadn't picked up release 3.1.7 or uiop. It looks like the Makefile was creating symlinks in the wrong directory. Update index.html to link to the symlinks in archives/
-
Robert Goldman authored
Copied updates over from master (3.1.7.30), because archive tarballs were not constructed correctly: archives didn't have prefix directories; version.lisp-expr was missing; tarballs were not properly named.
-
Robert Goldman authored
The tar files were not getting proper prefix directories. There were some mistakes in naming. version.lisp-expr was missing from the UIOP tarball.
-
- 17 Oct, 2016 1 commit
-
-
Robert Goldman authored
UIOP was not shipped with version.lisp-expr. There was a redundant, no-op mv in the makefile rule for "archive."
-
- 14 Oct, 2016 1 commit
-
-
Francois-Rene Rideau authored
Make sure that bundle-op, concatenate-source-op, Makefile, make-asdf.sh, make-asdf.bat and tools/release.lisp all agree on "the" proper order of files in uiop and asdf.
-
- 14 Sep, 2016 1 commit
-
-
Robert Goldman authored
This seems to have the side-effect on Windows (cygwin) of making "make clean" terminate, instead of hanging. Since hanging on clean can cause bad failures, I'm committing this, even though I don't have a theory about why it improves things.
-
- 10 Sep, 2016 1 commit
-
-
Francois-Rene Rideau authored
That's what we were using before, and what Quicklisp expects. Quicklisp failed to upgrade from 3.1.6 to 3.1.7 thus far because of it.
-
- 18 Aug, 2016 1 commit
-
-
Robert Goldman authored
Under Cygwin, the CL_SOURCE_REGISTRY will be a set of *cygwin* pathnames. But when this gets passed to the Windows lisps (and through them to other programs), that caused failures. So now we check for cygwin, and if we find it, we use the Cygwin "cygpath" command to translate the CL_SOURCE_REGISTRY into Windows native paths. Possible problem: originally the CL_SOURCE_REGISTRY in the Makefile was terminated with ":" which at least sometimes was treated as an implicit ".". But then I found that this caused failures on some Windows tests, because that was a relative pathname, which the path translator didn't like.
-
- 24 Mar, 2016 2 commits
-
-
Now that the debian subdir is maintained in a separate repo, Makefile should not mess with it.
-
Kambiz Darabi authored
Now that the debian subdir is maintained in a separate repo, Makefile should not mess with it.
-
- 23 Mar, 2016 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
- 27 Feb, 2016 1 commit
-
-
Robert Goldman authored
-
- 12 Jan, 2016 1 commit
-
-
Francois-Rene Rideau authored
Don't rebuild asdf-tools everytime, but build it once, hopefully while asdf is working. Update README: asdf-tools has to be explicitly rebuilt after update.
-
- 18 Nov, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 02 Nov, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 Oct, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 12 Sep, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 06 Aug, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 04 Jul, 2015 1 commit
-
-
Francois-Rene Rideau authored
test-program: check recent enough lisp-invocation
-
- 30 Jun, 2015 1 commit
-
-
Robert Goldman authored
-
- 09 Jun, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 Jun, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 04 May, 2015 1 commit
-
-
Francois-Rene Rideau authored
from backward-internals, where it doesn't belong (anymore), since there is no longer any desire to deprecate the feature.
-
- 05 Apr, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Don't re-bind special variable in with-all-lisps.
-
- 04 Apr, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 15 Oct, 2014 1 commit
-
-
Robert P. Goldman authored
Dave Cooper caught this.
-
- 06 Oct, 2014 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Implement make ext as git submodule update --init
-
- 11 Sep, 2014 1 commit
-
-
Francois-Rene Rideau authored
-