Skip to content
Snippets Groups Projects
  1. Aug 24, 2009
    • Gary King's avatar
      * add \*resolve-symlinks\* defvar to determine whether or not ASDF · d9902d26
      Gary King authored
        should resolve symlinks when determining a system's pathname
      
      * rather than raising an error, silently ignore `nil` values in the
        sysdef-central-registry-search.
      
      * pull system pathname determination logic out of defsystem and into
        `determine-system-pathname` function
      
      * tweak documentation
      d9902d26
  2. Aug 19, 2009
  3. Aug 13, 2009
  4. Aug 12, 2009
  5. Jul 21, 2009
  6. Jul 15, 2009
  7. Jul 11, 2009
  8. Jul 09, 2009
  9. 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
  10. 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
  11. Jun 10, 2009
  12. Jun 06, 2009
  13. May 22, 2009
  14. May 20, 2009
  15. May 19, 2009
  16. May 08, 2009
  17. May 07, 2009
  18. May 06, 2009
  19. May 05, 2009
  20. 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
  21. Oct 15, 2008
  22. 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
  23. Sep 09, 2008
  24. Sep 06, 2008
  25. Sep 04, 2008
  26. Jul 05, 2008
  27. Jun 29, 2008
  28. Jun 26, 2008
  29. Jun 20, 2008
  30. 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
  31. May 29, 2008
  32. 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
Loading