- May 08, 2014
-
-
Francois-Rene Rideau authored
-
- May 05, 2014
-
-
Robert P. Goldman authored
These tests were disabled pending a fix in the lisp-invocation library.
-
- Apr 28, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Apr 20, 2014
-
-
Francois-Rene Rideau authored
-
- Apr 16, 2014
-
-
Francois-Rene Rideau authored
-
- Apr 15, 2014
-
-
Robert Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
New semantics is that a component with no specified version fails all version-satisfies tests.
-
Robert Goldman authored
-
- Apr 14, 2014
-
-
Robert P. Goldman authored
Bundle operations don't work on Mac OS X on either lispworks (can't restart the image properly) or on ECL (build fails, I believe because of an ECL build bug).
-
Francois-Rene Rideau authored
-
- Apr 13, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Instead, refactor how we call make-hello-world.
-
Francois-Rene Rideau authored
for bugs in the make-hello-world subprocess.
-
- Apr 07, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Better tests. Thanks to Robert Brown.
-
Francois-Rene Rideau authored
-
- Mar 27, 2014
-
-
Francois-Rene Rideau authored
-
- Mar 26, 2014
-
-
Francois-Rene Rideau authored
-
- Mar 25, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
Previously only accepted relative pathnames, and would generate spurious test failure when given an absolute one.
-
- Mar 24, 2014
-
-
Francois-Rene Rideau authored
* implement monolithic-load-bundle-op * test update
-
Francois-Rene Rideau authored
Also, override prepare-op on systems to use *load-system-operation*, so that all the efforts of load-bundle-op aren't negated by the first-come compilation.
-
- Mar 22, 2014
-
-
Francois-Rene Rideau authored
but make sure pre-3.1 names are still usable.
-
- Mar 21, 2014
-
-
Francois-Rene Rideau authored
Fix test-program.script on allegro.
-
Francois-Rene Rideau authored
-
- Mar 20, 2014
-
-
Francois-Rene Rideau authored
Add regression test for no infinite loop when processing asd files that mutually define each other's systems. (Prompted by Robert Strandh inquiring about the bug fixed in 2.015.[23] after my mentioning an infinite loop in my ASDF3 article.) Checked that removing the set-asdf-cache-entry in parse-defsystem triggers the bug.
-
- Mar 18, 2014
-
-
Francois-Rene Rideau authored
Report some implementation bugs in TODO.
-
Francois-Rene Rideau authored
-
- Mar 17, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
- Mar 14, 2014
-
-
Francois-Rene Rideau authored
Refactor COMPONENT class designators to use the same general method. As a substrate, goodbye uiop/utility:find-class*, hello uiop/utility:coerce-class. In the operate upgrade handler, assume there is no uninterning and renaming packages away anymore going forward. Add tests for strings as class designators using defsystem-depends-on.
-
- Mar 07, 2014
-
-
Francois-Rene Rideau authored
* move *all* timestamp management to COMPUTE-ACTION-STAMP. * goodbye visit-dependencies, move its functionality to map-direct-dependencies, * refactored map-direct-dependencies and co to always take a plan object. * modified clients of map-direct-dependencies and co to pass a proper plan, or t. Add invalid file with false if-feature to bundle.
-
- Mar 06, 2014
-
-
Francois-Rene Rideau authored
But one bug remains with test-xach-update-bug.script, so leaving it commented out until I get feedback from the ECL team.
-