- Nov 19, 2015
-
-
Robert Goldman authored
Fix for ticket 1517799.
-
- Nov 18, 2015
-
-
Robert Goldman authored
-
Debian packaging will be continued shortly at git://git.debian.org/git/pkg-common-lisp/cl-asdf.git In the meantime, the branch 'debian' in this repo should contain the relevant files.
-
Francois-Rene Rideau authored
-
- Nov 17, 2015
-
-
Francois-Rene Rideau authored
Attila offered these tests, that currently fail at HEAD, for which I have a patch (to be included in next commit). They check that an error when loading defsystem-depends-on dependencies doesn't cause an incomplete system to be registered but never properly parsed, that thereafter pollute the build. A real solution would imply to fix lp#1500578 though: ASDF should handle change in defsystem-depends-on dependencies https://bugs.launchpad.net/asdf/+bug/1500578
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Note that the method-qualifier is optional.
-
Francois-Rene Rideau authored
I tried to make them obsolete back in the 2.27 days, but too many people use them, and I now agree they are sometimes better than to have a separate defmethod form, notably for e.g. perform methods on test-op. Remove source-code comment that declared them obsolete, and update the explanation for the slot in defclass component.
-
Francois-Rene Rideau authored
I initially introduced all that make-pathname* madness on the road to ASDF 2.27, back when I was trying to normalize pathname components so I may have pathname-indexed entries in the asdf-cache (to minimize costly filesystem access from file-write-date and such, that could also introduce inconsistency in the build plan). Problem is, there was no good way (even non-portable) to normalize pathnames in a way that works when you use all of parse-namestring, make-pathname, directory, probe-file, translate-logical-pathname, merge-pathnames, etc. In the end (as late as b4dc78de, before 3.0.2.13!), I conceded defeat, for it was an uphill battle, and instead asdf-cache is indexing things using namestrings instead, which is more stable (see asdf/cache:normalize-namestring). The hacks in make-pathname* are therefore not needed anymore, and the function can be done away with. This commit guts the contents of make-pathname* and marks it deprecated. Just use make-pathname instead. It also updates uiop and asdf to not use make-pathname* but make-pathname. Some future commits may move it to backward-driver and eventually start issuing warnings of some sort when it's used.
- Nov 02, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
- Oct 18, 2015
-
-
Robert Goldman authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert Goldman authored
Some errors in the naming of tarballs. Also use of what seem like non-standard "tar" options.
-
- Oct 17, 2015
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
- Oct 10, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Oct 07, 2015
-
-
Francois-Rene Rideau authored
- Oct 03, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Oct 02, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Make it support more platforms.
- Sep 30, 2015
-
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
- Sep 29, 2015
-
-
Robert Goldman authored
This export was breaking lisp-invocation (and thus the tests) on Allegro.
-
Francois-Rene Rideau authored
-