Add FAQ for debugging source configuration

Bug #1488235 reported by Robert P. Goldman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ASDF
New
Undecided
Unassigned

Bug Description

Add to the ASDF manual an FAQ describing what to do if ASDF can't find a system that you think it should find.

Faré writes:

> You can
> (alexandria:hash-table-alist asdf/source-registry::*source-registry*)
>
> or for a higher-level view, you can
> (asdf/source-registry:flatten-source-registry)

Add the flattening function to the function index of the manual and put in a FAQ.

Revision history for this message
Robert P. Goldman (rpgoldman) wrote :

Another suggestion from Faré:

(sort (loop for p being the hash-values of asdf::*source-registry*
collect p) 'string< :key 'pathname-name)

Revision history for this message
Faré (fahree) wrote :

Note that flatten-source-registry is NOT exported from asdf: and for good reason.

It *is* exported from the current version of asdf/source-registry: though, and for good reason (so it's accessible as asdf:: )

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.