Mark Evenson evenson@panix.com writes:
On Mar 3, 2010, at 9:49 AM, Tobias C. Rittweiler wrote:
Could ABCL set up a #P"SRC:", or #P"SYS:SRC:" logical pathname to the source directory that was used for the build?
I've committed an implementation of logical pathname translations for SYS:SRC and SYS:JAVA [in r12514][1]. SYS:SRC translates to the root of the Lisp files, while SYS:JAVA translates to the root of the Java tree.
CL-USER(1): (probe-file #P"SYS:SRC") Debugger invoked on condition of type FILE-ERROR: No translation for ~S Restarts: 0: TOP-LEVEL Return to top level.