- 01 Jun, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 20 May, 2014 1 commit
-
-
Francois-Rene Rideau authored
Count (values) as returning code 0 (success) for main.
-
- 19 May, 2014 2 commits
-
-
Francois-Rene Rideau authored
fixing bugs, moving asdf-builder into tools and splitting it into minimal script itself and Lisp source.
-
Francois-Rene Rideau authored
-
- 16 May, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 05 May, 2014 1 commit
-
-
Robert Goldman authored
-
- 04 May, 2014 2 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Previous approach with case statement didn't work on Mac. Changed to use grep -L per check-all-test-results.
-
- 22 Apr, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 20 Apr, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 06 Apr, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 17 Mar, 2014 2 commits
-
-
Robert P. Goldman authored
Breaks our release make targets.
-
Robert P. Goldman authored
-
- 28 Feb, 2014 3 commits
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Added ASDF_UPGRADE_TEST_LISPS environment variable and ulisps local variable.
-
- 26 Feb, 2014 1 commit
-
-
Robert P. Goldman authored
-
- 21 Feb, 2014 1 commit
-
-
Robert P. Goldman authored
Added ASDF_UPGRADE_TEST_LISPS environment variable and ulisps local variable.
-
- 28 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
Also update comments in TODO file, manual. Make the Makefile test result checking less uselessly verbose.
-
- 27 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
Paper over GCL failure in test-operation-classes; tweak test. Tweak Makefile for one more test.
-
- 09 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 07 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 20 Dec, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
The return statement in search-for-system-definition goes awry. XCL is now officially not supported by ASDF3 (ASDF 2 might still work).
-
- 09 Dec, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 25 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 23 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
This is quick-build compatible and fixes lp#1230368. To use package-system, just have foo.asd containing (defsystem foo :class package-system) at the top of your quick-build hierarchy $FOODIR for packages whose name start with "FOO/" and ASDF will thereafter look for system "foo/bar/baz" in $FOODIR/bar/baz.lisp. Such a file will implicitly have its own system defined; its dependencies are computed by scanning the file, extracting its first defpackage form, and using the packages it uses or imports from as a as a specification of what systems it depends on. You can register packages as belonging to a system with (asdf:register-system-packages my-system '(package1 package2)) Using or importing from a package registered to a given system will generate a dependency to the registered system. Using or importing from a packages registered to the constant symbol T will not generate any dependency. Using or importing from a packages that is not registered will generate a dependency on a system the name of which is the package name downcased. All packages that exist at the time ASDF is initially loaded are registered to constant symbol T. Also, for convenience, introduce :use-reexport and :mix-reexport in uiop/package.lisp (of course, no one can rely on it until it's mainstream, but better late than never). To use this style in a way compatible with older versions of ASDF 3, you may use the asdf-package-system extension. See lisp-interface-library for a system that uses this style this way. Push :asdf-package-system to *features*
-
- 03 Sep, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 16 Aug, 2013 1 commit
-
-
Robert P. Goldman authored
-
- 07 Aug, 2013 1 commit
-
-
Robert P. Goldman authored
There's no Makefile in tests/.
-
- 02 Jul, 2013 2 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- 04 Jun, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 02 Jun, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 22 May, 2013 1 commit
-
-
Robert P. Goldman authored
This will give the ASDF developer a special way of initializing the ASDF source registry to load the libraries needed to run Faré's builder tools.
-
- 16 May, 2013 1 commit
-
-
Francois-Rene Rideau authored
Further tweak asdf.texinfo.
-
- 12 Apr, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 10 Apr, 2013 1 commit
-
-
Francois-Rene Rideau authored
-