I have a situation in which I have some ASDF3 Systems which all share a common package.
I would like to know how I can find all symbols that were defined by just one of them. Is there a way to collect these? It would also be helpful to be able to determine the pathname of the source file in which a given symbol is defined.
I appreciate that best practice would dictate use of individual packages per system, but I have some reasons for not doing that just now. (I can rethink this if absolutely necessary.)