Refactor COLLECT-SUB*DIRECTORIES-ASD-FILES for traceability.
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.
Loading
Please sign in to comment