- 18 Apr, 2011 1 commit
-
-
Francois-Rene Rideau authored
* dynamically call 'foo a few places where #'foo was statically used. * a new function parse-version does parsing of a version string into a list of integers, or NIL if invalid * remove redundant first argument to register-system. * refactor the find-system protocol so finder functions may return a system object instead of a pathname, and use it for our fallback system function. * separate a function perform-plan out of the default operate method. * treat asdf upgrade specially when it is required by the plan. * introduce function upgrade-asdf that returns T when the ASDF version changed, * reinstate obsolete function system-definition-pathname as a cerror'ing alias for system-source-file.
-
- 14 Apr, 2011 1 commit
-
-
Francois-Rene Rideau authored
Cleanup the search-for-system-definition protocol. Define upgrade-asdf function. Cache the source-registry scan in a hash-table.
-
- 06 Apr, 2011 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Tweak run-shell-command for clisp, get-uid for ccl.
-
- 05 Apr, 2011 2 commits
-
-
Francois-Rene Rideau authored
Apparently, I'm it's first user, ever! Thank you, danb for inventing the feature (even though your implementation didn't really work at the time).
-
Francois-Rene Rideau authored
Also, update testing infrastructure to work with latest xcl from git.
-
- 31 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
Also, use coerce-pathname in asdf-ecl and deprecate merge-component-name-type.
-
- 28 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 26 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
to obsolete Genera platform. Many thanks to Douglas Crosher.
-
- 24 Mar, 2011 2 commits
-
-
Francois-Rene Rideau authored
Cosmetic changes and an assertion.
-
Francois-Rene Rideau authored
-
- 22 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 21 Mar, 2011 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 20 Mar, 2011 3 commits
-
-
Francois-Rene Rideau authored
Found while using GCL on Debian running 2.004, but should affect any implementation upgrading from ASDF earlier than 2.009 or so. Oops.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Fix documentation typo and update debian metadata.
-
- 19 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 18 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
via new internal function errfmt. Fix bug in directory-has-asd-files-p (found using Genera!) Rename merge-component-name-type to coerce-pathname, document and export it, and use it where required for portability. Also document merge-pathnames*.
-
- 17 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
Remove warnings.
-
- 16 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
*output-translations-parameter* and *source-registry-parameter*.
-
- 10 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
* make genera happy: * add support in implementation-identifier * add #' to (lambda ...) forms * avoid ~@< * tweak subdirectories * Add support for ".." as :back in portable pathname syntax * Remember source-registry and output-translations parameters
-
- 09 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 06 Feb, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 05 Feb, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 24 Jan, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 20 Jan, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 Jan, 2011 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 23 Dec, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 21 Dec, 2010 1 commit
-
-
Francois-Rene Rideau authored
Thanks to Stas Boukarev.
-
- 16 Dec, 2010 1 commit
-
-
Francois-Rene Rideau authored
whose DIRECTORY doesn't have RESOLVE-SYMLINKS.
-
- 15 Dec, 2010 1 commit
-
-
Francois-Rene Rideau authored
Fixes lp#690814 (thanks, Xach).
-
- 10 Dec, 2010 2 commits
-
-
Francois-Rene Rideau authored
Updating both asdf.asd and asdf.lisp is manual for now. Script help needed.
-
Francois-Rene Rideau authored
add condition class(es) for configuration processing failures (lp#684332), don't try (and fail) getting the architecture under CLISP (lp#688228).
-
- 04 Dec, 2010 1 commit
-
-
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.
-
- 03 Dec, 2010 1 commit
-
-
Francois-Rene Rideau authored
Apparently, :unspecific as pathname type isn't that well liked by ECL.
-
- 02 Dec, 2010 1 commit
-
-
Robert P. Goldman authored
-