Skip to content
Snippets Groups Projects
  1. Dec 16, 2010
  2. Dec 15, 2010
  3. Dec 10, 2010
  4. Dec 04, 2010
    • Francois-Rene Rideau's avatar
      2.011.3: fix infinite loop when a .asd file has a timestamp in the future. · 5db8c252
      Francois-Rene Rideau authored
      The issue was reported by Sid H <shortsightedsid@gmail.com> on asdf-devel.
      Problem is, when the filesystem server clock is in the future of
      the system clock (either because the NFS server has a clock in the future,
      or because the lisp host has a clock in the past),
      defsystem would call find-system (via find-component via parse-component-form)
      to make sure it modifies any previously registered object if any,
      rather than create a new object with "interesting" consequences if anyone
      held to the previous object.
      find-system would see the file has been modified
      since last registered with register-system,
      and proceed to load again, in an infinite loop that stop
      either when the Lisp process runs out of stack, or
      the date and time specified in the timestamp is reached.
      Now, ASDF doesn't bother reloading if the timestamp is in the future.
      5db8c252
  5. Dec 03, 2010
  6. Dec 02, 2010
  7. Nov 29, 2010
  8. Nov 28, 2010
  9. Nov 23, 2010
  10. Nov 22, 2010
  11. Nov 19, 2010
  12. Nov 15, 2010
  13. Nov 14, 2010
  14. Nov 05, 2010
  15. Nov 04, 2010
  16. Oct 29, 2010
  17. Oct 28, 2010
  18. Oct 27, 2010
  19. Oct 26, 2010
  20. Oct 25, 2010
  21. Oct 23, 2010
  22. Oct 22, 2010
  23. Oct 21, 2010
  24. Oct 20, 2010
  25. Oct 15, 2010
  26. Oct 13, 2010
  27. Oct 06, 2010
Loading