Skip to content
Snippets Groups Projects
  1. Mar 29, 2013
  2. Mar 28, 2013
  3. Mar 27, 2013
  4. Mar 26, 2013
  5. Mar 24, 2013
  6. Mar 20, 2013
  7. Mar 19, 2013
  8. Mar 18, 2013
  9. Mar 17, 2013
  10. Mar 15, 2013
    • Francois-Rene Rideau's avatar
      2.32.11: restore the upgrade punt on CCL before 2.27. · e6a97dc3
      Francois-Rene Rideau authored
      Indeed, CCL 1.8 keeps behaving badly with respect to setf method symbols.
      It might be a bug in ASDF or in CCL. CCL 1.9 comes with ASDF 3 anyway,
      so it doesn't matter. Just punt.
      e6a97dc3
    • Francois-Rene Rideau's avatar
      2.32.10: Patch a subtle issue causing multiple compilations + more · fefea18b
      Francois-Rene Rideau authored
      If system-a :depends-on (system-c ... system-b) and
      system-b :defsystem-depends-on (system-c), then
      system-c would have been loaded twice, first via the defsystem-depends-on,
      second via the plan for system-a which would have
      included the items from system-c before system-c was loaded.
      
      Also, allow an arbitrary number of qualifiers in inline-methods,
      not just 1 or 0.
      
      On CCL, don't punt on upgrade anymore: all tests are passing.
      
      Make UIOP compile on versions of ASDF older than 2.018.
      
      Finally, yet another tweak for run-program on Allegro on Windows.
      fefea18b
Loading