Skip to content
Snippets Groups Projects
  1. Sep 27, 2009
    • Gary King's avatar
      Change ABL enabler, CLISP/Windows/Symlink patch · f83cc32c
      Gary King authored
      * rename
        *place-binaries-in-implementation-specific-directories* to
        *enable-asdf-binary-locations*
      
      * Daniel Herring's CLISP/Windows/Symlink patch #+(and (or
        win32 windows) (not :clisp))
      f83cc32c
  2. Sep 13, 2009
  3. Sep 12, 2009
  4. Sep 11, 2009
  5. Sep 10, 2009
  6. Sep 09, 2009
  7. Sep 06, 2009
  8. Aug 31, 2009
  9. 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
  10. Aug 19, 2009
  11. Aug 13, 2009
  12. Aug 12, 2009
  13. Jul 21, 2009
  14. Jul 15, 2009
  15. Jul 11, 2009
  16. Jul 09, 2009
  17. 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
  18. Jun 21, 2009
  19. Jun 10, 2009
  20. Jun 06, 2009
  21. May 22, 2009
  22. May 20, 2009
  23. May 19, 2009
  24. May 08, 2009
  25. May 07, 2009
  26. May 06, 2009
  27. May 05, 2009
  28. 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
  29. Oct 15, 2008
Loading