- Apr 16, 2012
-
-
Francois-Rene Rideau authored
Add a hook to autodetect file encoding. Don't use :unspecific on ecl, it breaks asdf-pathname-test.script Disable warnings testing when compiling asdf with SCL. Bug in SCL?
-
Francois-Rene Rideau authored
This ensures backwards compatibility with 2.20 and earlier, for now, until the dust settles on asdf encodings. Update documentation about encodings. Export more utilities. Document some of them. Remove ununspecific. Accept :unspecific on more implementations.
-
- Apr 14, 2012
-
-
Francois-Rene Rideau authored
Make logical pathname test work on disjoint files, for now. Fix test-upgrade wrt recent package tweak in testing.
-
Francois-Rene Rideau authored
Avoid error from missing system's source-file when upgrading from ASDF 1.
- Apr 12, 2012
-
-
Francois-Rene Rideau authored
thanks to rpgoldman for detecting the typo.
-
Francois-Rene Rideau authored
The issue fixed is that most Lisps don't like *default-pathname-defaults* being a logical-pathname. Added a test for logical-pathname functionality; it all works on CCL, and works better on other Lisps after the fix, but there are still logical-pathname issues on SBCL, CLISP and more. Also, a package cleanup of our test suite.
-
- Apr 10, 2012
-
-
Francois-Rene Rideau authored
-
- Apr 08, 2012
-
-
Francois-Rene Rideau authored
-
- Mar 31, 2012
-
-
Francois-Rene Rideau authored
Minimal documentation.
-
- Mar 29, 2012
-
-
Francois-Rene Rideau authored
-
- Mar 28, 2012
-
-
Francois-Rene Rideau authored
as expanded from the read-conditionals. Use (progn :default :utf-8) instead.
-
- Mar 26, 2012
-
-
Francois-Rene Rideau authored
that's causing a warning with SBCL.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
and the implementation-dependent external-format arguments. Actually, only add a default encoding/external-format pair and a hook to allow for an extension that would define more. Based on asdf-devel@ discussion thread with Orivej Desh and Robert Goldman.
-
- Mar 21, 2012
-
-
Francois-Rene Rideau authored
-
Orivej Desh authored
-
Francois-Rene Rideau authored
-
Orivej Desh authored
External format is specified via keyword :external-format per system or per its component, the latter taking precedence. The value is passed then as :external-format to #'load and #'compile-file. When unspecified, external-format defaults to UTF-8.
-
- Feb 15, 2012
-
-
Francois-Rene Rideau authored
-
- Jan 18, 2012
-
- Jan 15, 2012
-
-
Francois-Rene Rideau authored
(in the end, the issue was not in ASDF, but the refactoring remains).
-
- Dec 19, 2011
-
-
Francois-Rene Rideau authored
When specifying a function as output-translation, we accept either (:function symbol) or (:function (lambda (pathname absolute-source) ...) The second case wasn't properly handled. Minimal testing included. спасибо Сергей.
-
- Dec 15, 2011
-
-
Francois-Rene Rideau authored
- Dec 14, 2011
-
-
Robert P. Goldman authored
WEAKLY-DEPENDS-ON needed to pass the ERROR-P NIL to FIND-SYSTEM in order to behave properly. Added documentation for previously-undocumented weakly-depends-on.
- Dec 13, 2011
-
-
Francois-Rene Rideau authored
From bug report by Rupert Swarbrick.
-
- Dec 12, 2011
-
-
Francois-Rene Rideau authored
Thanks to Sergey Katrevich for tracking the bad parenthesization.
-
- Nov 30, 2011
-
-
Robert P. Goldman authored
- Nov 28, 2011
-
-
Francois-Rene Rideau authored
- Nov 22, 2011
-
-
Francois-Rene Rideau authored
-
- Nov 21, 2011
-
-
Francois-Rene Rideau authored
for smoother upgrade. Update web page.
-
Francois-Rene Rideau authored
Apparently, ecl doesn't like (change-class x 'standard-object).
-
Francois-Rene Rideau authored
to properly deal with paths gotten with GETENV. Bug introduced with subpathname in 2.017.27. Should fix debbugs #647544: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647544#10 Thanks to Desmong O. Chang.
-