- 03 May, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, clean some test.
-
- 04 Apr, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 14 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
debian: tweak Makefile, changelog, debian files.
-
- 06 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 26 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 21 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
It has vastly positive and nowhere negative outcome on cl-test-grid results: http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-14.html Also, I've been warning people for almost a year now.
-
- 20 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 16 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 01 Feb, 2013 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 28 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Introduce some backward incompatibility with features unused in quicklisp: * Don't create a temporary package every time you load a .asd; instead, load everything from same package ASDF-USER, that :use's asdf/common-lisp asdf/package asdf/interface That's the Common Lisp way, what with COMMON-LISP-USER. If you want a private package, use DEFPACKAGE or DEFINE-PACKAGE. * operation-description is renamed action-description. No one was using it in quicklisp, and no one was specializing it except cl-protobufs, which I'll fix. * component-properties and component-property are gone. If you want a new property, create your own subclass of component. Also, have a load-asd function with name in keyword arguments, rather than load-sysdef function that requires the name.
-
- 25 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, move entry-point into system and remove class bundle-system. I was tempted to have test-op call it, but then it's a problem when the base system has a non-test entry-point, so we probably need a separate test-entry-point slot. Update the default *asdf-debug-utility* to do more of the right thing. Update changelog. Tweak package to avoid triggering a bug in ABCL trunk.
-
- 24 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
A better asdf.asd. Refactor the preloaded system mechanism, use it for cl-launch 3.21.2. Rename bundle-pathname to build-pathname, move it from bundle-system to system. Rename the gcl<2.7 feature gcl2.6. Die on gcl2.5 and earlier. Don't even try to compile-file asdf using gcl 2.6, just load the .lisp. Rename asdf/compatibility to asdf/common-lisp, exporting only CL symbols. Fix define-package to correctly handle exporting of NIL. Also, make it work with Genera, with #'(lambda instead of (lambda, and using lisp:loop (via a macro loop*) when destructuring is required. Document more 2.27 changes in changelog. If there is no :pathname and no load-pathname, do NOT have a system pathname take defaults from *default-pathname-defaults*, but make it NIL.
-
- 16 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
* Pathname support has been cleaned up, yet again, extending and renaming COERCE-PATHNAME into PARSE-UNIX-NAMESTRING, also ENSURE-PATHNAME, many docstrings, and plenty of small enhancements. * Bundles were refactored to take advantage of the new, more sensible, component-depends-on semantics. * Image support was cleaned up again, and program-op was implemented to produce a standalone executable on supported platforms; a working hello-world-example is included amongst tests. * The *compile-file-function* indirection was removed, with the ECL and MKCL object file support being folded into compile-file* instead. * systems now can have NIL as component-pathname, instead of providing a non-sensible bogus pathname when no sensible pathname was determined. Most of our pathname functions have sensible default behavior when provided NIL instead of a pathname as an argument.
-
- 11 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, move wild-modules to a contrib/ directory. Refactor tests somewhat, introducing a function touch-file.
-
- 03 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 29 Oct, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Sep, 2012 1 commit
-
-
Francois-Rene Rideau authored
Fix test on old clisp.
-
- 25 Aug, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 17 Jul, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 12 Jun, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 05 May, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 29 Apr, 2012 1 commit
-
-
Francois-Rene Rideau authored
Update documentation somewhat.
-
- 18 Jan, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 28 Nov, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 29 Oct, 2011 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 26 Jul, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 07 Jun, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 07 May, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 05 Apr, 2011 1 commit
-
-
Francois-Rene Rideau authored
Also, update testing infrastructure to work with latest xcl from git.
-
- 31 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 29 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Mar, 2011 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 21 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
-