Skip to content
Snippets Groups Projects
Commit b8f0d69d authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

1.721: integrate feedback from rtoym, p_l.

* for configuration directories, only match files in .conf
 that are not unix hidden files. This notably takes care of backups.
 (Solves issue found by p_l.)

* Before calling the provide hook, CMUCL normalizes its argument to a string
 (as allowed per CLHS), which means symbols become uppercase strings
 before they reach ASDF that would downcase symbols. I've decided to always
 downcase the argument provided to this hook. (Solves issue raised by rtoym.)
 Note that are hook itself doesn't (PROVIDE ...) anything
 to be pushed onto *MODULES*. Maybe we should:
 (a) only try find-system when (equal (string arg) (string-upcase arg))
 (b) always string-downcase when calling find-system and
 (c) string-upcase again and provide.
 Not done in this commit, though.

* Add #+cmu (:tree #p"modules:") to the wrapping-source-registry. (rtoym)
parent 8b6734db
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment