- 17 Nov, 2015 4 commits
-
-
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.
-
- 02 Nov, 2015 4 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 18 Oct, 2015 4 commits
-
-
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.
-
- 17 Oct, 2015 6 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
- 10 Oct, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 07 Oct, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 03 Oct, 2015 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 02 Oct, 2015 3 commits
-
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Make it support more platforms.
-
- 30 Sep, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
- 29 Sep, 2015 5 commits
-
-
Robert Goldman authored
This export was breaking lisp-invocation (and thus the tests) on Allegro.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert Goldman authored
Avoids spurious test failures from inability to move files to create backups.
-
Francois-Rene Rideau authored
-
- 28 Sep, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 27 Sep, 2015 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Bug reported on the mailing-list by Florian Margaine <florian@margaine.com>
-