Skip to content
Snippets Groups Projects
  1. Aug 19, 2009
    • Gary King's avatar
      Documentation improvements · 02b22ea4
      Gary King authored
      * added docstring to the method-combination
        standard-asdf-method-combination
      
      * added docstring to the generic-function traverse
      
      * added description of `test-op` to the manual
      
      * removed descriptions of test-system-version operation and
        feature-dependent-op
  2. Aug 13, 2009
  3. Aug 12, 2009
  4. Jul 21, 2009
  5. Jul 15, 2009
  6. Jul 11, 2009
  7. Jul 09, 2009
  8. Jun 27, 2009
    • Gary King's avatar
      fixed defsystem parsing bug · a91af098
      Gary King authored
      defsystem was using `getf` to extract data from a
      component's parameters which meant that it only found
      the first item of a given type rather than all of them.
      I.e., if your component had several :perform methods,
      then only the first one was being seen.
      a91af098
    • Gary King's avatar
      added ; operate returns · d7b2513b
      Gary King authored
      d7b2513b
  9. Jun 21, 2009
    • Gary King's avatar
      Added test results to website · aae7de4a
      Gary King authored
      * new file - test/make-webpage.lisp
      
      * added `test-all` target to run tests on all the lisps the test system knows about
      
      * added test-results.html to website with link from index
      
      * documentation tweaks
      aae7de4a
  10. Jun 10, 2009
  11. Jun 06, 2009
  12. May 22, 2009
  13. May 20, 2009
  14. May 19, 2009
  15. May 08, 2009
  16. May 07, 2009
  17. May 06, 2009
  18. May 05, 2009
  19. Jan 10, 2009
    • Gary King's avatar
      2009-01-10 gwking@metabang.com · e7e46819
      Gary King authored
      	added make-defined-systems-table (unexported)
      	(re)applied Luis Oliveria's patch to add a restart for missing
      	components. This patch works in SBCL but not in Allegro Common
      	Lisp or CLISP. The problem has to do with the computation of
      	restarts and I'm still trying to figure it out. Since the
      	failure doesn't cause any _new_ problems (it just means that
      	the putative new restart isn't listed), I'm still committing.
      
      	* asdf.lisp
      
      	tests for the above
      
      	(new) test/test-retry-loading-component-1.script
      	(new) test/try-reloading-1.asd
      	(new) test/try-reloading-dependency.hidden
      e7e46819
  20. Oct 15, 2008
  21. Oct 04, 2008
    • Gary King's avatar
      2007-10-04 10:55 gwking@metabang.com · 40bd6c35
      Gary King authored
      	Removed preference loading machinery completely. Also removed
      	the following test files that tested the machinery.
      
      	* test/test-preferences-1.lisp
      	* test/test-preferences-1.script
      	* test/test-preferences-system-1.asd
      	* test/test-preferences-system-load.lisp
      	* test/test-preferences-system-test.lisp
      	* test/test6.script
      	* test/test7.script
      40bd6c35
  22. Sep 09, 2008
  23. Sep 06, 2008
  24. Sep 04, 2008
  25. Jul 05, 2008
  26. Jun 29, 2008
  27. Jun 26, 2008
  28. Jun 20, 2008
  29. Jun 18, 2008
    • Gary King's avatar
      This patch · e57927a8
      Gary King authored
      * updates the copyright
      * unexports test-system-version
      * moves the defgeneric for component-visited-p prior to the function's first use.
      e57927a8
  30. May 29, 2008
  31. May 10, 2008
    • Gary King's avatar
      CVS: ---------------------------------------------------------------------- · 23d62d02
      Gary King authored
      	CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
      Added *load-preference-files* variable (which defaults to nil). This
      controls whether or not the ASDF preference file machinery gets run.
      The rest of the preference machinery will be removed from ASDF
      sometime in the future.
      
      Also added several new test files.
      23d62d02
  32. May 03, 2008
  33. Feb 15, 2008
Loading