- Jun 24, 2016
-
-
Robert Goldman authored
-
- Jun 11, 2016
-
-
Francois-Rene Rideau authored
Bug found by @axionic on github: on very large directories, directory-files was slow, because it was using remove-duplicates with non-hashable test function #'pathname-equal. But this functionality was only really needed for the purpose of dealing with logical-pathnames, and having a few duplicates in case of wanton symlinks isn't much of an issue.
- May 25, 2016
-
-
Robert Goldman authored
Catch up with Fare's doc and submodule modifications.
-
Robert Goldman authored
Key functions used in the special-purpose COLLECT-SUB*DIRECTORIES call were anonymous lambda functions. That meant they were impossible to trace for debugging. Replaced them with FLET functions that can be traced.
-
Robert Goldman authored
In some cases a subdirectory pathname returned from this function was not a DIRECTORY-PATHNAME (i.e., leaf directory name was in the PATHNAME-NAME, not PATHNAME-DIRECTORY). I used ENSURE-DIRECTORY-PATHNAME to avoid this happening.
-
- May 17, 2016
-
-
Francois-Rene Rideau authored
-
- May 16, 2016
-
-
Robert Goldman authored
By this time, no one should remember this oddity of earlier ASDF, so it's more of a confusion than a help to mention it.
-
Robert Goldman authored
-
Robert Goldman authored
Removed rule from DEFSYSTEM grammar.
-
- Apr 28, 2016
-
-
Robert Goldman authored
* 'master' of common-lisp.net:asdf/asdf: Tweak asdf-tools so it can be built by bazel Canonicalize system names to strings in asdf.asd Fix link to run-program.lisp ext: Update closer2mop. Also, tweak comment in make.sh
-
- Apr 13, 2016
-
-
Robert Goldman authored
-
- Apr 08, 2016
-
-
Francois-Rene Rideau authored
-
- Apr 07, 2016
-
-
Francois-Rene Rideau authored
ASDF has been canonicalizing system names to string with COERCE-NAME since its very beginning. Working at Google, which uses automatic formatters to keep all its source code as canonical as possible, convinced me that keeping things canonical is better. I've been applying this style to my own systems and recommending it to others. stassats noticed that asdf.asd was failing to lead by example -- so I'm fixing it accordingly.
-
- Mar 30, 2016
-
-
François-René Rideau authored
Fix link to run-program.lisp
-
matthieupeeters authored
-
Francois-Rene Rideau authored
Also, tweak comment in make.sh
-
- Mar 24, 2016
-
-
-
Now that the debian subdir is maintained in a separate repo, Makefile should not mess with it.
-
Some typos are detected by Debian's codespell utility. I was asked to fix them for debian packaging (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809308).
-
- Mar 23, 2016
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
- Mar 21, 2016
-
-
Robert Goldman authored
Incorrectly was using code that relied on not-yet-loaded ASDF functions.
-
Robert Goldman authored
Seems like some perl installs will have File::Slurp and some will have File::Slurper. Instead we just use vanilla perl for write_text and read_text.
-
- Mar 20, 2016
-
-
Robert Goldman authored
Trying to test ASDF on Windows, running the makefile in cygwin was ending up causing troubles where the cygwin pathnames would get into lisp, where they would be useless. So we allow the tester to specify the location of ASDF with an environment variable instead.
-
Robert Goldman authored
-
Robert Goldman authored
-
- Mar 07, 2016
-
-
Robert Goldman authored
Note that this loop check is problematic: if the bug appears and is not fixed by the patch, this test will go away forever.
-
Robert Goldman authored
- Feb 29, 2016
-
-
Robert Goldman authored
* refs/remotes/origin/master: ext: track the new git repo for closer-mop
-
Francois-Rene Rideau authored
-
- Feb 28, 2016
-
-
Robert Goldman authored
-
- Feb 27, 2016
-
-
Robert Goldman authored
* refs/remotes/origin/master: Fix version upgrade to 3.1.6.14.
-